-
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 Dag Parsing endpoint to FastApi #44416
AIP-84: Migrate Dag Parsing endpoint to FastApi #44416
Conversation
bad0ea3
to
af1827d
Compare
closed and reopened to run tests |
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.
Nice.
Looking good overall, just a few suggestions :)
941c83d
to
094966a
Compare
Fixing the checks. |
c32838e
to
b3b783d
Compare
Rebased and all PR comments addressed.. FYI @pierrejeambrun |
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.
One small nit, ready to merge
5fb527b
to
5546e23
Compare
5546e23
to
2cae524
Compare
Thanks! |
* AIP-84: Migrate Dag Parsing endpoint to FastApi * Address PR comments * Change the test class name * Address PR comments and fix tests * Address PR comment * remove database isolation option to fix failing check * Address PR comment --------- Co-authored-by: Sneha Prabhu <[email protected]>
Related: #42370
Testing:
API responses using legacy and fastAPI endpoints:
Legacy-API:
last_parsed_time changed in airflow.dag:
FastAPI:
last_parsed_time changed in airflow.dag: