-
Notifications
You must be signed in to change notification settings - Fork 881
Add static and runtime dag info, API to fetch ancestor and successor tasks #2124
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
Merged
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
255485b
Add static and runtime dag info, API to fetch ancestor tasks
talsperre bd377a9
Add API to get immediate successors
talsperre 0214a61
Add API for getting closest siblings
talsperre 480d360
Update metadata API params
talsperre 0131f43
Refactor ancestor and successor client code
talsperre d70cf98
Remove unneccessary prints
talsperre 70863e5
Support querying ancestors and successors in local metadata provider
talsperre b01fc7d
Refactor and simplify client code
talsperre f08be5a
Make query logic more descriptive
talsperre cf49ace
Add core tests for ancestor task API
talsperre 6218ffe
Add core test for immediate successor API
talsperre 6500813
Add endpoint in OSS metadata service
talsperre c997a0b
Add logs to tests
talsperre 6eac1b0
Log for each stack to metadata, update query logic
talsperre 5b739e7
Add more comments to code
talsperre 53fb3b8
Run black formatting
talsperre 9963ddd
Set monitor to None in filter tasks API
talsperre 294f283
import urlencode
talsperre f39d140
Address comments
talsperre bec68f7
Update logic for siblings, make it work for static splits as well
talsperre e5f1ed7
update service url for filter task requests. update query param names.
saikonen 959e6a3
Fix bug in parsing steps due to different data formats across metadat…
talsperre 7c827b5
json serialize the ancestry metadata
saikonen f4936fa
Address comments
talsperre 32a889e
Update docstrings
talsperre 7b1d717
Remove duplicate code
talsperre bc9e456
Address comments
talsperre b03f0c4
Remove commented out code
talsperre 67ee87e
Update docstrings
talsperre ff27d87
Remove spurious import in core
talsperre adc5bf7
Update OSS metadata service API call
talsperre 6aae908
Remove commented code from parent task tests
talsperre 035e3a3
Remove spurious function
talsperre f821d1e
Remove spurious comment
talsperre ffffee4
Address comments
talsperre 9b93945
Update tests
talsperre 81bac83
Address comments
talsperre 997b8fd
Update docstrings
talsperre ea66248
Address black comments
talsperre 618e23b
Address black comments
talsperre f3b63d5
Update docstrings, remove duplicate property
talsperre 9541757
Return metadata service version needed for runtime dag apis
talsperre 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Uh oh!
There was an error while loading. Please reload this page.