nailo2c commented on code in PR #61048:
URL: https://github.com/apache/airflow/pull/61048#discussion_r2726028982


##########
providers/google/src/airflow/providers/google/cloud/transfers/azure_blob_to_gcs.py:
##########
@@ -122,7 +122,7 @@ def execute(self, context: Context) -> str:
                 self.blob_name,
                 self.bucket_name,
             )
-        return f"gs://{self.bucket_name}/{self.object_name}"
+        return [f"gs://{self.bucket_name}/{self.object_name}"]

Review Comment:
   Hi, thanks for the review! I've updated the PR to use the flag approach and 
added a deprecation warning. This should prevent any breaking changes :)



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