shahar1 commented on code in PR #31885:
URL: https://github.com/apache/airflow/pull/31885#discussion_r1232625943
##########
airflow/providers/google/suite/transfers/gcs_to_gdrive.py:
##########
@@ -63,12 +63,15 @@ class GCSToGoogleDriveOperator(BaseOperator):
For example, with prefix ``foo/*`` and destination_object ``blah/``,
the file ``foo/baz`` will be
copied to ``blah/baz``; to retain the prefix write the
destination_object as e.g. ``blah/foo``, in
which case the copied file will be named ``blah/foo/baz``.
+ :param destination_folder_id: The folder ID where the destination objects
will be placed. It is
+ an additive prefix for anything specified in destination_object.
+ For example, if folder ID ``xXyYzZ`` is called ``foo``, destination is
``bar/baz`` and source object
+ is ``qux``, the file will end up in `foo/bar/baz`.
Review Comment:
What does the destination object have to do with the source object? If the
source object is irrelevant, mentioning it in the example is a bit confusing
--
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]