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