forked from Netflix/metaflow
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AIP-5333 - @s3_sensor resilient to failures (#146)
* AIP-5333 (sub branch) Creating main PR main branch (#145) * Initial test to see how test works. * Ensure integ tests work. * Ensuring pylint passes. * Adding more fixes to the integration tests.: * Using correct env variable. * Adding timeout and remove kfp- from kfp_run_id. * Adding namespace to polling mechanism. * Print USER_ID * Print USER_ID * Moving wait_for_completion in upload_s3_flow * Typo. * Refactoring to ensure both s3_sensor flows pass. * Refactoring to ensure both s3_sensor flows pass. * Correctly raising Exception. * Rename Upload S3 flow to be more appropriate. * Cleanup. * Adding back all tests. * Identify cause of OpsGenie and s3_sensor flow. * Fixing OpsGenie issue. * Adding some more wait time for pod to spin up. * Adding back all tests. * Wait for workflows to be created. * Ensuring the s3_sensor workflow is obtained. * Removing the 15 second wait for obtaining workflows. * Adding back all tests. * Getting more info on the workflow. * Removing comments. * Adding validate_s3_sensor_flow.py to non_standard flows list. * Typo Co-authored-by: Hari Sezhiyan <[email protected]> * Removing unused imports; running black. * AIP-5333 (sub branch) - Addressing first round PR comments (#147) * Resolving first round of PR reviews. * Switching to get_aws_client, correct type annotations, black formatting. * Remove unused import. * Correct upload_file method. Co-authored-by: Hari Sezhiyan <[email protected]> * Black formatting issue. * AIP-5333 (sub branch) PR 2nd Round Reviews (#148) * Addressing PR comments. * Adding type annotations and fixing s3_sensor issues. * Correctly using get_s3_client. * Finish resolving final PR comments. Co-authored-by: Hari Sezhiyan <[email protected]> * Addressing Taleb's final comment on s3_sensor_key_files directory naming. * Changes on instantiating s3_client only once. Co-authored-by: Hari Sezhiyan <[email protected]>
- Loading branch information
Showing
8 changed files
with
341 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.