You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/06 10:20:15 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #21319: Support to upload file to Google Shared Drive

eladkal commented on a change in pull request #21319:
URL: https://github.com/apache/airflow/pull/21319#discussion_r800157896



##########
File path: tests/providers/google/suite/hooks/test_drive.py
##########
@@ -245,6 +245,7 @@ def test_upload_file_to_root_directory(
                     body={"name": "remote_path", "parents": ["root"]},
                     fields="id",
                     media_body=mock_media_file_upload.return_value,
+                    supportsAllDrives=True

Review comment:
       ```suggestion
                       supportsAllDrives=True,
   ```

##########
File path: tests/providers/google/suite/hooks/test_drive.py
##########
@@ -274,6 +275,7 @@ def test_upload_file_to_subdirectory(
                     body={"name": "remote_path", "parents": ["PARENT_ID"]},
                     fields="id",
                     media_body=mock_media_file_upload.return_value,
+                    supportsAllDrives=True

Review comment:
       ```suggestion
                       supportsAllDrives=True,
   ```




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