potiuk commented on a change in pull request #7728: [AIRFLOW-5610] Add ability
to specify multiple objects to copy in GCSToGCSOperator
URL: https://github.com/apache/airflow/pull/7728#discussion_r392654143
##########
File path: airflow/providers/google/cloud/operators/gcs_to_gcs.py
##########
@@ -40,32 +37,27 @@ class GCSToGCSOperator(BaseOperator):
:param source_bucket: The source Google Cloud Storage bucket where the
object is. (templated)
:type source_bucket: str
- :param source_object: The source name of the object to copy in the Google
cloud
+ :param source_objects: A list of prefix of the objects to copy in the
Google cloud
Review comment:
I think we need to keep backwards compatibility. source_object should still
be there and passing anything to it should be equivalent to passing
[source_object] to source_objects
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services