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/05/07 04:50:25 UTC

[GitHub] [airflow] michalslowikowski00 commented on a change in pull request #8610: Added Upload Multiple Entity Read Files to specified big query dataset

michalslowikowski00 commented on a change in pull request #8610:
URL: https://github.com/apache/airflow/pull/8610#discussion_r421237483



##########
File path: airflow/providers/google/marketing_platform/example_dags/example_display_video.py
##########
@@ -105,6 +110,16 @@
     )
     # [END howto_google_display_video_deletequery_report_operator]
 
+    # [START howto_google_display_video_upload_multiple_entity_read_files_to_big_query]
+    upload_erf_to_bq = GCSToBigQueryOperator(
+        task_id='upload_erf_to_bq',
+        bucket=BUCKET,
+        source_objects=ERF_SOURCE_OBJECT,
+        destination_project_dataset_table='airflow_test.gcs_to_bq_table',

Review comment:
       Sure. 




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