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 2020/04/25 14:50:37 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #8556: Missing example dags/system tests for google services

mik-laj commented on a change in pull request #8556:
URL: https://github.com/apache/airflow/pull/8556#discussion_r415077499



##########
File path: airflow/providers/google/cloud/example_dags/example_gcs_to_bigquery.py
##########
@@ -29,7 +29,7 @@
 }
 
 dag = models.DAG(
-    dag_id='example_gcs_to_bq_operator', default_args=args,
+    dag_id='example_gcs_to_bigquery_operator', default_args=args,
     schedule_interval=None, tags=['example'])
 
 create_test_dataset = BashOperator(

Review comment:
       Unfortunately, this command will fail if you are not logged in to gcloud. I'm working to fix it.
   https://github.com/apache/airflow/pull/8432
   Can you run this command in setUp/tearDown or use dedicated operators? 




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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