forked from flyteorg/flytekit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle existing sagemaker deployments gracefully (flyteorg#2400)
* add support to override model deployment Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix task chaining Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix task chaining Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * nit Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * add is deployment exists function Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * add override Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * mutable fix Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * nit Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * update workflow Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * add idempotence token and deployment exists check Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix init Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix workflow output Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix wf output Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * idempotence token as task output Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * move try catch to mixin Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix wf code Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * move try catch to agents Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fixed all bugs Signed-off-by: Samhita Alla <aallasamhita@gmail.com> * fix tests Signed-off-by: Samhita Alla <aallasamhita@gmail.com> --------- Signed-off-by: Samhita Alla <aallasamhita@gmail.com> Signed-off-by: mao3267 <chenvincent610@gmail.com>
- Loading branch information
1 parent
5d7b03c
commit 23b1864
Showing
13 changed files
with
397 additions
and
157 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
Oops, something went wrong.