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



##########
File path: 
airflow/providers/google/cloud/example_dags/example_gcs_to_bigquery.py
##########
@@ -53,7 +53,7 @@
 
 delete_test_dataset = BashOperator(
     task_id='delete_airflow_test_dataset',
-    bash_command='bq rm -rf airflow_test',
+    bash_command='bq rm -r -f airflow_test',

Review comment:
       Interesting. So if I create the environment variables in the file like 
this.
   `DATASET = os.environ.get("GCP_DATASET_NAME", 'airflow_test')` 
   They will be picked up and adjusted to a unique name by the script when 
running CI? 




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