Ajay9704 opened a new pull request, #61709: URL: https://github.com/apache/airflow/pull/61709
part of #61284 , I improved the return values of two Google ToGCS operators to provide full gs:// URIs instead of partial paths, making them more consistent and directly usable. Changes made: GoogleCalendarToGCSOperator - Now returns complete GCS URIs (e.g. gs://bucket/calendar_id.json) instead of just object names GoogleDisplayVideo360SDFtoGCSOperator - Now returns proper GCS URIs (e.g., gs://bucket/object_name) instead of bucket/object format These changes address part of issue https://github.com/apache/airflow/issues/11323 by standardizing the return format to provide more useful destination URIs for users Used AI for resolving conflicts -- 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]
