-
Notifications
You must be signed in to change notification settings - Fork 16.4k
AIP-69: Add API and Plugin to Edge Provider #42049
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
jscheffl
merged 2 commits into
apache:main
from
jscheffl:feature/aip-69-remote-executor-provider-api
Oct 3, 2024
Merged
AIP-69: Add API and Plugin to Edge Provider #42049
jscheffl
merged 2 commits into
apache:main
from
jscheffl:feature/aip-69-remote-executor-provider-api
Oct 3, 2024
Conversation
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
d92b199 to
dc45cf2
Compare
dc45cf2 to
26ee214
Compare
shahar1
reviewed
Sep 24, 2024
Contributor
shahar1
left a comment
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.
Looks great!
Got some comments and nits - would be happy for at least one more review :)
26ee214 to
bf64523
Compare
shahar1
approved these changes
Sep 24, 2024
bbovenzi
approved these changes
Oct 3, 2024
joaopamaral
pushed a commit
to joaopamaral/airflow
that referenced
this pull request
Oct 21, 2024
* Add API and Plugin to Edge Provider * Review feedback
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
* Add API and Plugin to Edge Provider * Review feedback
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR is a split of #41729 and builds on-top of #42046 and #42047 to make review easier.
It only contains the new Edge API endpoint and UI Plugin functions needed of the edge provider package. The first commit is from the other base PRs and if this is merged will go-away on rebase. If you want to see Executor implementation only, please take a look to the second commit only,