-
Notifications
You must be signed in to change notification settings - Fork 459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Sagemaker pipeline schedules if specified #3271
Open
htahir1
wants to merge
28
commits into
develop
Choose a base branch
from
feature/add-sagemaker-schedule
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
5570c0c
Create Sagemaker pipeline schedules if specified
htahir1 6f7bf28
Add property to check if orchestrator is schedulable
htahir1 0212388
Add EventBridge rule for SageMaker pipeline execution
htahir1 2125312
Update IAM policy and trust relationship for EventBridge
htahir1 966f712
Refactor schedule metadata generation for Sagemaker orchestrator
htahir1 dd7110c
Add scheduling support for SageMaker orchestrator
htahir1 fcf934e
Remove trust relationship logic in Sagemaker orchestrator
htahir1 358b3e8
Handle unsupported schedule in custom orchestrator
htahir1 7ce08b6
Refactor yield statement to use 'yield from' syntax
htahir1 72bdae1
Ensure IAM permissions for scheduled SageMaker pipelines
htahir1 abf4610
Update authentication instructions for SageMaker orchestrator
htahir1 67705c2
Refactor Sagemaker orchestrator metadata handling
htahir1 d190f31
Add unit tests for SageMaker orchestrator metadata
htahir1 f1cabc7
Add exception handling for pipeline preparation errors
htahir1 726b47a
Add timezone information to first execution message
htahir1 80c8e8e
Add timezone support to AWS SageMaker orchestrator
htahir1 da8fd35
Update error handling in SagemakerOrchestrator
htahir1 ab0c06d
Update error handling messages for AWS in Sagemaker orchestrator
htahir1 3c12d45
Refactor error handling in SagemakerOrchestrator
htahir1 51a499a
Handle insufficient permissions creating EventBridge rules
htahir1 7d65a20
Update error message for EventBridge creation failure
htahir1 e2ecaf3
Remove logging in SagemakerOrchestrator class
htahir1 a5fd82b
Refactor orchestrator metadata computation logic
htahir1 d229460
Merge branch 'develop' into feature/add-sagemaker-schedule
htahir1 a005e5a
Update handling of scheduled pipeline updates in SageMaker.md
htahir1 645903a
Merge branch 'feature/add-sagemaker-schedule' of github.com:zenml-io/…
htahir1 8811f3f
Add optional IAM permissions for policy updates
htahir1 44fa6c5
Remove redundant code for getting SageMaker session
htahir1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issues:
Fix Explanation:
The word 'ules' appears to be a typographical error for 'rules'. Correcting this spelling error improves the clarity and accuracy of the documentation.