-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Have integration points for AIP-69 in Internal API #40901
Merged
jscheffl
merged 6 commits into
apache:main
from
jscheffl:feature/have-integration-points-for-aip-69-in-internal-api
Jul 21, 2024
Merged
Have integration points for AIP-69 in Internal API #40901
jscheffl
merged 6 commits into
apache:main
from
jscheffl:feature/have-integration-points-for-aip-69-in-internal-api
Jul 21, 2024
Conversation
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
potiuk
force-pushed
the
feature/have-integration-points-for-aip-69-in-internal-api
branch
from
July 20, 2024 14:50
39ff6f6
to
e8291d3
Compare
I rebased it after I fixed selective checks in #40904 |
potiuk
reviewed
Jul 20, 2024
potiuk
approved these changes
Jul 20, 2024
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.
Just one question.
potiuk
approved these changes
Jul 21, 2024
hussein-awala
approved these changes
Jul 21, 2024
ephraimbuddy
added
AIP-44
Airflow Internal API
changelog:skip
Changes that should be skipped from the changelog (CI, tests, etc..)
labels
Jul 22, 2024
romsharon98
pushed a commit
to romsharon98/airflow
that referenced
this pull request
Jul 26, 2024
* Have integration points for AIP-69 in Internal API * Allow adding custom classes into serialization mapping * Have integration points for AIP-69 in Internal API * Fix pytest, reverse validation check for scheme * Have integration points for AIP-69 in Internal API * Review feedback
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
AIP-44
Airflow Internal API
changelog:skip
Changes that should be skipped from the changelog (CI, tests, etc..)
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.
In order to leverage the AIP-44 interface for AIP-69 / Remote Executor I need some small adjustments to "hook into" the RPC API. This PR extracts from PoC implementation of AIP-69 (#40900) the needed internal API adjustments:
_initialize_map()
needs to be extended, not to replicate the function list I'd like to remove the private tag to extend it with a few methods in remote executor. Would not add it to be a "public" interface though.