-
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-84 Migrate public xcom endpoint get entry to fastapi #43521
AIP-84 Migrate public xcom endpoint get entry to fastapi #43521
Conversation
b107d68
to
37e36a4
Compare
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.
Thank you for the PR. Overall looking nice, a few minor suggestions.
We are missing the mark_fastapi_migration_done
, check �17_adding_api_endpoints.rst
for more information.
a48ad67
to
73a95e3
Compare
Thanks for the comments. I've updated the PR. It looks like adding the migration decorator caused CI to fail due to changes in the legacy API requiring a legacy tag? |
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.
Minor change in how we define routes. TLDR we should not use async
.
More info here #43797
I just pushed a commit to remove the async
so we can merge.
Thanks again for your contribution. 🎉
@michaeljs-c Can you please rebase and solve conflicts, we are good to merge after that :) |
3a48142
to
0b2b68f
Compare
All done. Thanks @pierrejeambrun! |
* Migrate public xcom get entry to fastapi * Update date parse call * add migration decorator, update params and test * Minor adjustment * Fix import and api spec --------- Co-authored-by: pierrejeambrun <[email protected]>
* Migrate public xcom get entry to fastapi * Update date parse call * add migration decorator, update params and test * Minor adjustment * Fix import and api spec --------- Co-authored-by: pierrejeambrun <[email protected]>
* Migrate public xcom get entry to fastapi * Update date parse call * add migration decorator, update params and test * Minor adjustment * Fix import and api spec --------- Co-authored-by: pierrejeambrun <[email protected]>
closes #42978
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.