The GitHub Actions job "Tests" on 
airflow.git/simplify-and-de-obfuscate-dag-model-next-run-updates has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
f380f6bd6a0568252215956701c43830d00d7e6f / Daniel Standish 
<[email protected]>
Discovered something very not obvious about this logic.

If you passed dag run to it after dag run created, then it would never update 
the fields. but this is probably the most important time to do the update, so 
teh scheduler doesn't try to create the same dagrun again.

So to prevent ogainst this confusing scenario, I just pull that logic out of 
this function and move it to the specific call sites where it is required -- 
only in the scheduling (not dagrun creation) context.

Report URL: https://github.com/apache/airflow/actions/runs/20465915536

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to