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/06/10 14:41:37 UTC

[GitHub] [airflow] turbaszek commented on a change in pull request #9203: Make generated job_id more informative in BQ insert_job

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



##########
File path: airflow/providers/google/cloud/operators/bigquery.py
##########
@@ -1636,6 +1636,7 @@ def execute(self, context: Any):
                 project_id=self.project_id,
                 location=self.location,
                 job_id=self.job_id,
+                _task_id=self.task_id

Review comment:
       This is only optional and is used only when there's no job_id passed by the user. This will help users with troubleshooting problems with their DAGs. 




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