avinashpandeshwar commented on code in PR #32488:
URL: https://github.com/apache/airflow/pull/32488#discussion_r1259275397
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -810,8 +810,10 @@ class BigQueryGetDataOperator(GoogleCloudBaseOperator):
:param dataset_id: The dataset ID of the requested table. (templated)
:param table_id: The table ID of the requested table. (templated)
- :param project_id: (Optional) The name of the project where the data
- will be returned from. If None, it will be derived from the hook's
project ID. (templated)
+ :param table_project_id: (Optional) The project ID of the requested table.
+ If None, it will be derived from the hook's project ID. (templated)
+ :param project_id: (Optional) Google Cloud Project where the job is
running.
Review Comment:
Thanks for the advice. I have reverted project_id's meaning and usage to as
it was before. A new parameter job_project_id will handle job submission.
--
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]