Uh oh!
There was an error while loading. Please reload this page.
fix(api_fastapi): adjust model validator signature of TriggerDAGRunPo… - #56026
Conversation
pierrejeambrun
left a comment
There was a problem hiding this comment.
Thanks for catching this.
LGTM.
CI need fixing.
pierrejeambrun
commented
Sep 24, 2025
That looks unrelated, let me rebase your branch and start again the CI |
8126d10 to
3333306Compare
jason810496
left a comment
There was a problem hiding this comment.
Thanks for the fix!
Just rebased again to fix the CI error.
3333306 to
16684f5Comparebugraoz93
commented
Sep 26, 2025
Thanks for the PR! |
Uh oh!
There was an error while loading. Please reload this page.
…stBody (apache#56025) (apache#56026) Co-authored-by: Daniel Gellert <dab.dada@gmail.com>
fredthomsen
commented
Oct 21, 2025
Is this coming into the 3.0.x line? because without this then manual DAG triggering in 3.0.x is effectively broken correct? |
dada-engineer
commented
Oct 22, 2025
@fredthomsen IMO it is broken yes, and I think it will be part of 3.1.1 |
potiuk
commented
Oct 22, 2025
Yes. We generally practically never fix things in past branch if new release is already out. You should simply upgrade to latest version of airflow released when it is released to fix any bugs. That's our policy. The only exception is 2.11 that will get security and critical fixes unti April 2026 (also our policy). |
closes: #56025
The model validator signature of TriggerDAGRunPostBody was defined to match a before validator, it is using a after validator though. This validator type should expect the instaniated model itself not the class and a values dict.