jroachgolf84 commented on code in PR #59367:
URL: https://github.com/apache/airflow/pull/59367#discussion_r2614922490
##########
providers/google/src/airflow/providers/google/cloud/transfers/bigquery_to_gcs.py:
##########
@@ -275,6 +275,9 @@ def execute(self, context: Context):
else:
job.result(timeout=self.result_timeout, retry=self.result_retry)
+ # issue-59344: Returning destination URIs to be persisted in XCom
Review Comment:
@shahar1, I've updated the existing docstring at the class-level to capture
the return type.
--
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]