-
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 Add ability to update dag run note in PATCH dag_run endpoint #43508
AIP-84 Add ability to update dag run note in PATCH dag_run endpoint #43508
Conversation
…AIP-84/update_dag_run_with_note
I just pushed a new commit that should help you. Tests are green for The issue is coming session related and coming from the fact that methods such as Maybe we want to play around |
…AIP-84/update_dag_run_with_note
Thanks |
…pache#43508) * include dag_run_note in update_mask * add dag run note * state can be none * add test * Fix tests * handle edge cases * add tests * remove joinedload * fix update_mask checks * fix tests * fix * remove async * undo async * fix --------- Co-authored-by: pierrejeambrun <[email protected]>
closes #43476
related to #42701