You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "jbampton (via GitHub)" <gi...@apache.org> on 2023/02/12 11:16:28 UTC

[GitHub] [airflow] jbampton commented on a diff in pull request #29477: `GoogleDriveHook`: Add folder_id param to upload_file

jbampton commented on code in PR #29477:
URL: https://github.com/apache/airflow/pull/29477#discussion_r1103781387


##########
airflow/providers/google/suite/hooks/drive.py:
##########
@@ -215,14 +226,15 @@ def upload_file(
             or to -1.
         :param resumable: True if this is a resumable upload. False means upload
             in a single request.
+        :param folder_id: The base/root folder id for remote_location (part of the drive url of a folder).

Review Comment:
   ```suggestion
           :param folder_id: The base/root folder id for remote_location (part of the drive URL of a folder).
   ```



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org