The GitHub Actions job "Tests AMD" on 
airflow.git/ramitkataria/callback-priority-weight has succeeded.
Run started by GitHub user ramitkataria (triggered by ramitkataria).

Head commit for run:
2f8559496978075fbd5df65ba78adf51798c6784 / Ramit Kataria <[email protected]>
Fix handling of priority_weight for Dag Processor callbacks

This reverses the order in the DB query to fetch callbacks for Dag
Processor from ascending to descending. As far as I can tell, currently
the `priority_weight` for Dag Processor is always 10. See:
https://github.com/apache/airflow/blob/811d1e91c5a387a208eb3570b43363ecc137f4ba/airflow-core/src/airflow/callbacks/database_callback_sink.py#L38
So this is not going to have a change in user experience but if we
wanted to allow the user to specify it in the future, this would cause
confusion because it was prioritizing lower weights over higher weights,
which is the opposite of how it works for tasks.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to