shahar1 commented on issue #60853: URL: https://github.com/apache/airflow/issues/60853#issuecomment-3776564383
The use case is clear, and both the `GcsToGcsOperator` as well as the `CloudDataTransferService` operator indeed don't support it natively. Considering that `GcsToGcsOperator` is already composed from multiple hook calls (and will stay like that for good 😄), adding an optional parameter and an extra call to handle this case wouldn't harm IMO. I wouldn't add it to `CloudDataTransferService` though, as it does not expose object-level metadata mutation and the transfer itself is handled as a managed operation. Feel free to raise a PR. CC: @VladaZakharova @MaksYermak -- 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]
