You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/01/05 12:04:37 UTC

[GitHub] kaxil commented on issue #4409: WIP [AIRFLOW-3601] add location support to BigQuery operators

kaxil commented on issue #4409: WIP [AIRFLOW-3601] add location support to BigQuery operators
URL: https://github.com/apache/airflow/pull/4409#issuecomment-451650128
 
 
   You have flake8 errors too:
   
   ```
   ./airflow/contrib/hooks/bigquery_hook.py:496:111: E501 line too long (115 > 110 characters)
   ./airflow/contrib/operators/bigquery_get_data.py:85:32: W291 trailing whitespace
   ./tests/contrib/hooks/test_bigquery_hook.py:195:19: E225 missing whitespace around operator
   ./tests/contrib/hooks/test_bigquery_hook.py:196:19: E225 missing whitespace around operator
   ./tests/contrib/hooks/test_bigquery_hook.py:197:39: E225 missing whitespace around operator
   ./tests/contrib/hooks/test_bigquery_hook.py:198:22: E225 missing whitespace around operator
   ./tests/contrib/hooks/test_bigquery_hook.py:198:111: E501 line too long (119 > 110 characters)
   ./tests/contrib/hooks/test_bigquery_hook.py:199:20: E225 missing whitespace around operator
   ./tests/contrib/hooks/test_bigquery_hook.py:436:1: E302 expected 2 blank lines, found 1
   ./tests/contrib/operators/test_bigquery_operator.py:53:1: E302 expected 2 blank lines, found 1
   ./tests/contrib/operators/test_bigquery_operator.py:117:1: E302 expected 2 blank lines, found 1
   ./tests/contrib/operators/test_bigquery_operator.py:136:1: E302 expected 2 blank lines, found 1
   ./tests/contrib/operators/test_bigquery_operator.py:261:5: E303 too many blank lines (2)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services