pankajastro commented on code in PR #34545:
URL: https://github.com/apache/airflow/pull/34545#discussion_r1347870206


##########
airflow/providers/google/suite/transfers/gcs_to_gdrive.py:
##########
@@ -95,7 +95,7 @@ def __init__(
         source_bucket: str,
         source_object: str,
         destination_object: str | None = None,
-        destination_folder_id: str | None = None,
+        destination_folder_id: str = "root",

Review Comment:
   Look like `destination_folder_id` getting used in calling `upload_file` of 
GoogleDriveHook which has a default value for this param is `root` so it should 
not break existing user code. 
https://github.com/apache/airflow/blob/main/airflow/providers/google/suite/hooks/drive.py#L263
   



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