jroachgolf84 opened a new pull request, #59367: URL: https://github.com/apache/airflow/pull/59367
## Description Per #59344, the `BigQueryToGCSOperator` has no return value. Ideally, this Operator would provide information about the files that are being written to GCS for other Tasks, Sensors, etc. to read. This PR adds the return of the `destination_cloud_storage_uris` from the `execute` and `execute_complete` methods. ## Testing Unit-tests in the `proviers/google/tests/unit/google/cloud/transfers/test_bigquery_to_gcs.py` were updated to properly reflect the new return values in the `execute` and `execute_complete` methods. All unit-tests for `BigQueryToGCSOperator` (including the newly updated/created ones) can be run using the command below: ```bash breeze testing providers-tests providers/google/tests/unit/google/cloud/transfers/test_bigquery_to_gcs.py ``` closes: https://github.com/apache/airflow/issues/59344 -- 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]
