stiak commented on code in PR #31885:
URL: https://github.com/apache/airflow/pull/31885#discussion_r1228896190
##########
airflow/providers/google/suite/transfers/gcs_to_gdrive.py:
##########
@@ -63,12 +63,12 @@ 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 objects will be
placed.
Review Comment:
Thanks for the quick reply, does this example help?
--
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]