shahar1 commented on code in PR #39315:
URL: https://github.com/apache/airflow/pull/39315#discussion_r1586508577
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -1026,7 +1045,10 @@ def execute(self, context: Context):
if not self.table_project_id:
self.table_project_id = self.project_id
else:
- self.log.info("Ignoring project_id parameter, as
table_project_id is found.")
+ self.log.info("Ignoring 'project_id' parameter, as
'table_project_id' is found.")
+
+ if self.job_id and self.table_id:
Review Comment:
Thanks for showing me this utility!
Fixed :)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]