avinashpandeshwar commented on issue #32093:
URL: https://github.com/apache/airflow/issues/32093#issuecomment-1628350224

   @nathadfield @bhagany For `BigQueryGetDataOperator`, seems the project_id 
param is reserved for table's (storage) project. This conflicts with the 
convention followed across other operators where project_id stands for compute 
(job) project. I was wondering a reasonable approach is to have a separate 
optional `table_project_id` to provide the storage project (defaults to hook 
project_id), and use project_id (defaults to hook project_id) to submit the 
job. Do let me know your thoughts on this.
   
   cc @eladkal 


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

Reply via email to