You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/01 16:48:17 UTC

[GitHub] [airflow] Yao-ATG edited a comment on issue #22675: GCSToGCSOperator cannot copy a single file/folder without copying other files/folders with that prefix

Yao-ATG edited a comment on issue #22675:
URL: https://github.com/apache/airflow/issues/22675#issuecomment-1086127397


   Before anybody try to fix it, can we clarify the expected behavior?
   
   Let's limit the discussion only on objects without wild char.
   The current behavior is to treat the object as a prefix, no matter specified in source_object or source_objects.
   For the correct behavior we have two options: 
   (1) treat object as exact match, also no matter specified in source_object or source_objects, and let users to add wildchar if they want the current result.
   (2) treat source_object as prefix and source_objects as exact match.
   
   Which option is the one we should take?
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org