-
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
AIP-84 Migrate Modify Dag Run endpoint to FastAPI #42973
AIP-84 Migrate Modify Dag Run endpoint to FastAPI #42973
Conversation
…AIP-84/modify_dag_run
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.
I can not answer the question but otherwise the PR looks good. Would leave the merge to @pierrejeambrun answer
…AIP-84/modify_dag_run
…AIP-84/modify_dag_run
You will have to rebase and fix conflicts as we change how |
Co-authored-by: Pierre Jeambrun <[email protected]>
Co-authored-by: Pierre Jeambrun <[email protected]>
…AIP-84/modify_dag_run
…AIP-84/modify_dag_run
…AIP-84/modify_dag_run
…AIP-84/modify_dag_run
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.
Looking good. I would replace modify
with Patch
or Update
everywhere to be consistent with the rest of the code.
…AIP-84/modify_dag_run
* add modify_dag_run * add tests * Update airflow/api_fastapi/views/public/dag_run.py * fix * Update airflow/api_fastapi/routes/public/dag_run.py Co-authored-by: Pierre Jeambrun <[email protected]> * Update airflow/api_fastapi/serializers/dag_run.py Co-authored-by: Pierre Jeambrun <[email protected]> * use dagbag * replace patch with put * refactor * use put in tests * modify to patch * add update_mask * refactor update to patch --------- Co-authored-by: Pierre Jeambrun <[email protected]>
related to #42701