avinashpandeshwar opened a new pull request, #32232:
URL: https://github.com/apache/airflow/pull/32232

   While submitting the BigQuery to GCS job, we currently only prefer the 
project_id of the source table, and completely ignore any provided project_id 
value as arguments to `BigQueryToGCSOperator`. This is not the expected 
behaviour, and the provided project_id must be used to submit the job and use 
that project's resources for computation.
   
   This change considers the project_id parameter while submitting the job, and 
used the table's project, only if the parameter is not provided.
   
   closes: https://github.com/apache/airflow/issues/32106
   related: https://github.com/apache/airflow/issues/32106
   


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