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 16:10:49 UTC

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

joppevos commented on a change in pull request #8556:
URL: https://github.com/apache/airflow/pull/8556#discussion_r415092152



##########
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:
       Does breeze log you in on google cloud CLI? All I did was provide the credentials. Using the operators seems like a better and cleaner solution indeed. Will rework it 




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