phanikumv commented on code in PR #66930: URL: https://github.com/apache/airflow/pull/66930#discussion_r3241827631
########## providers/google/tests/system/google/cloud/gcs/example_gdrive_to_gcs.py: ########## Review Comment: FOLDER_ID = "" left in example_gdrive_to_gcs.py:63 and still passed as folder_id=FOLDER_ID to GoogleDriveFileExistenceSensor (~line 117) and GoogleDriveToGCSOperator (~line 127). With drive_id now supplied, an empty folder_id is at best confusing — likely should also resolve to the shared-drive ID. -- 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]
