-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
AIP-69: Breeze adjustments for introduction of Edge Executor #41731
Merged
potiuk
merged 2 commits into
apache:main
from
jscheffl:feature/aip-69-remote-executor-breeze
Oct 17, 2024
Merged
AIP-69: Breeze adjustments for introduction of Edge Executor #41731
potiuk
merged 2 commits into
apache:main
from
jscheffl:feature/aip-69-remote-executor-breeze
Oct 17, 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
see comments #41731 (comment) |
2b1449e
to
ae4ce17
Compare
potiuk
approved these changes
Sep 1, 2024
Needs to be cherry-picked to v2-10-test I guess |
ae4ce17
to
a3edc32
Compare
o-nikolas
approved these changes
Sep 10, 2024
a3edc32
to
589ede5
Compare
d750e16
to
edd1cf4
Compare
faf454c
to
f29cdbd
Compare
f29cdbd
to
27afab9
Compare
potiuk
approved these changes
Oct 17, 2024
potiuk
pushed a commit
that referenced
this pull request
Oct 18, 2024
utkarsharma2
pushed a commit
that referenced
this pull request
Oct 23, 2024
harjeevanmaan
pushed a commit
to harjeevanmaan/airflow
that referenced
this pull request
Oct 23, 2024
…41731) * Breeze adjustments for introduction of AIP-69 Remote Executor * Rename Remote Executor to Edge Executor
PaulKobow7536
pushed a commit
to PaulKobow7536/airflow
that referenced
this pull request
Oct 24, 2024
…41731) * Breeze adjustments for introduction of AIP-69 Remote Executor * Rename Remote Executor to Edge Executor
utkarsharma2
pushed a commit
that referenced
this pull request
Oct 24, 2024
This was referenced Oct 28, 2024
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
…41731) * Breeze adjustments for introduction of AIP-69 Remote Executor * Rename Remote Executor to Edge Executor
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 companion to PR #41729 and splits the core adjustments from PoC in PR #40224 and "Mothership" PR #40900. It should be merged after PR #41729.
The PR adds "convenience" to start EdgeExecutor in CLI with breeze.
As a side-work some constants which have been used as "free" literals have been consolidated to constant values.