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/03 14:14:49 UTC

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

yohei1126 commented on issue #4409: WIP [AIRFLOW-3601] add location support to BigQuery operators
URL: https://github.com/apache/incubator-airflow/pull/4409#issuecomment-451154605
 
 
   @kaxil Is there any instruction to run specific test locally? I want to debug the following error.
   
   ```
   ======================================================================
   11) ERROR: test_table_location (tests.contrib.hooks.test_bigquery_hook.TestBigQueryExternalTableSourceFormat)
   ----------------------------------------------------------------------
      Traceback (most recent call last):
       tests/contrib/hooks/test_bigquery_hook.py line 205 in test_table_location
         cursor.create_external_table(external_project_dataset_table, schema_fields, source_uris)
       airflow/contrib/hooks/bigquery_hook.py line 499 in create_external_table
         self.service.tables().insert(
      AttributeError: 'str' object has no attribute 'tables'
   ```
   
   and it is weird the test failed but the job did not fail. 
   https://travis-ci.org/apache/incubator-airflow/jobs/474431499

----------------------------------------------------------------
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