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:
[email protected]


Reply via email to