-
Notifications
You must be signed in to change notification settings - Fork 16.4k
AIP-69: Add leftover glue of all pieces to Edge Provider #42051
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
kaxil
merged 7 commits into
apache:main
from
jscheffl:feature/aip-69-remote-executor-provider-leftover-glue
Oct 18, 2024
Merged
AIP-69: Add leftover glue of all pieces to Edge Provider #42051
kaxil
merged 7 commits into
apache:main
from
jscheffl:feature/aip-69-remote-executor-provider-leftover-glue
Oct 18, 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
f0bd6dd to
12f468d
Compare
12f468d to
b685cb1
Compare
b685cb1 to
937d5a6
Compare
d9823f8 to
4dda1ab
Compare
4dda1ab to
506d8dc
Compare
potiuk
approved these changes
Oct 17, 2024
kaxil
reviewed
Oct 18, 2024
kaxil
reviewed
Oct 18, 2024
kaxil
added a commit
to astronomer/airflow
that referenced
this pull request
Oct 18, 2024
Follow-up of apache#42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file.
kaxil
added a commit
that referenced
this pull request
Oct 18, 2024
Follow-up of #42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file.
harjeevanmaan
pushed a commit
to harjeevanmaan/airflow
that referenced
this pull request
Oct 23, 2024
harjeevanmaan
pushed a commit
to harjeevanmaan/airflow
that referenced
this pull request
Oct 23, 2024
Follow-up of apache#42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file.
PaulKobow7536
pushed a commit
to PaulKobow7536/airflow
that referenced
this pull request
Oct 24, 2024
PaulKobow7536
pushed a commit
to PaulKobow7536/airflow
that referenced
this pull request
Oct 24, 2024
Follow-up of apache#42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file.
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
ellisms
pushed a commit
to ellisms/airflow
that referenced
this pull request
Nov 13, 2024
Follow-up of apache#42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file.
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
May 27, 2025
Follow-up of apache/airflow#42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file. GitOrigin-RevId: 66f9f3796e03eb737761a8613b0ee880daebb57f
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Sep 22, 2025
Follow-up of apache/airflow#42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file. GitOrigin-RevId: 66f9f3796e03eb737761a8613b0ee880daebb57f
kosteev
pushed a commit
to GoogleCloudPlatform/composer-airflow
that referenced
this pull request
Oct 20, 2025
Follow-up of apache/airflow#42051 . After merging to main, I built docs for edge executor and pushed the inventory file to s3, so it is Airflow docs and can understand where the cross-ref is coming from since it downloads the inventory file. GitOrigin-RevId: 66f9f3796e03eb737761a8613b0ee880daebb57f
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 the following pieces as slices of the overall MVP implementation - to make review easier:
It only contains the leftovers needed to complete the MVP - basically all "glue" that is not working or fitting to the pieces of the linkes PRs. If you want to see glue only, please take a look to the LAST commit only,