aslantar opened a new issue #16967:
URL: https://github.com/apache/airflow/issues/16967


   The GCStoGCS operator using the _replace=False_ flag and specifying 
_source_object != destination_object_, will not work properly, because it is 
comparing 
[apples](https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/transfers/gcs_to_gcs.py#L351)
 with 
[pears](https://github.com/apache/airflow/blob/0dd70de9492444d52e0afaadd7a510fc8a95369c/airflow/providers/google/cloud/transfers/gcs_to_gcs.py#L357).
   
   Cause: the _prefix_ in the _pears_ case needs to be calculated from the 
_destination_object_, however, it is coming from the _source_object_.
   
   
   
   


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