Zhenye-Na commented on code in PR #34573:
URL: https://github.com/apache/airflow/pull/34573#discussion_r1335097777
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -560,7 +562,7 @@ def _submit_job(
configuration = {"query": {"query": sql, "useLegacySql":
self.use_legacy_sql}}
return hook.insert_job(
configuration=configuration,
- project_id=hook.project_id,
+ project_id=self.bq_project_id if self.bq_project_id else
hook.project_id,
Review Comment:
Will work on this fix and send out the updated one for review
--
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]