turbaszek commented on a change in pull request #13598:
URL: https://github.com/apache/airflow/pull/13598#discussion_r554967821



##########
File path: 
airflow/providers/google/cloud/example_dags/example_bigquery_queries.py
##########
@@ -199,3 +233,4 @@
         execute_insert_query >> get_data >> get_data_result >> delete_dataset
         execute_insert_query >> execute_query_save >> 
bigquery_execute_multi_query >> delete_dataset
         execute_insert_query >> [check_count, check_value, check_interval] >> 
delete_dataset
+        insert_query_job >> extract_job >> load_job

Review comment:
       ```suggestion
           insert_query_job >> extract_job >> load_job >> delete_dataset
   ```
   So we avoid deleting dataset before 




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