potiuk commented on issue #22675:
URL: https://github.com/apache/airflow/issues/22675#issuecomment-1085984856


   See the documentation (docstring) where you can have examples.
   
   As unitutitive as it is, source_object is a wildcard specification by 
default. If you want to copy single object you need specify it like that: 
   
   ```
   source_objects = [ 'your_object' ] 
   ```
   
   See examples here: 
https://airflow.apache.org/docs/apache-airflow-providers-google/stable/_api/airflow/providers/google/cloud/transfers/gcs_to_gcs/index.html
   


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