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

   This test occasionally fails.  On occasion, delete_data_source takes a 
little longer on the service side and it tries to delete files in the S3 Bucket 
**after** the delete_bucket operator already has.  This causes 
delete_data_source to fail which in turn causes delete_knowledge_base to fail, 
leaving stranded artifacts in the account.
   
   Setting the Data Source retention policy to "RETAIN" means 
delete_data_source will not try to delete the files, and delete_bucket can 
safely do so.
   
   
   @syedahsn - This is the bug I mentioned earlier, and the fix for it.
   
   ## Testing
   Static checks pass and the system test passes when run locally.
   


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