moiseenkov opened a new pull request, #34545:
URL: https://github.com/apache/airflow/pull/34545

   Fix GCSToGoogleDriveOperator and gdrive system tests:
   - fixed race conditions in system tests when they run in parallel
   - added cleaning up to system tests, because files uploaded to gdrive remain 
there and it affects sensors regardless of what is going on in the current test 
run
   - changed the default value for  the attribute 
`GCSToGoogleDriveOperator.destination_folder_id` for making it consistent with 
`GoogleDriveHook.folder_id = "root"`. Previously the operator was passing the 
`None` value to the hook that expects only strings, which caused errors.


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