benjyblack opened a new issue, #29912:
URL: https://github.com/apache/airflow/issues/29912

   ### Apache Airflow Provider(s)
   
   google
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-google==7.0.0
   
   ### Apache Airflow version
   
   2.3.2
   
   ### Operating System
   
   Debian GNU/Linux
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### What happened
   
   [Deferrable mode for BigQueryToGCSOperator 
#27683](https://github.com/apache/airflow/pull/27683) changed the functionality 
of the `BigQueryToGCSOperator` so that it no longer waits for the completion of 
the operation. This is because the `nowait=True` parameter is now [being 
set](https://github.com/apache/airflow/pull/27683/files#diff-23c5b2e773487f9c28b75b511dbf7269eda1366f16dec84a349d95fa033ffb3eR191).
   
   ### What you think should happen instead
   
   This is unexpected behavior. Any downstream tasks of the 
`BigQueryToGCSOperator` that expect the CSVs to have been written by the time 
they are called may result in errors (and have done so in our own operations).
   
   The property should at least be configurable.
   
   ### How to reproduce
   
   1. Leverage the `BigQueryToGcsOperator` in your DAG.
   2. Have it write a large table to a CSV somewhere in GCS
   3. Notice that the task completes almost immediately but the CSVs may not 
exist in GCS until later.
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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