ashb commented on code in PR #53393: URL: https://github.com/apache/airflow/pull/53393#discussion_r2277194476
########## airflow-core/src/airflow/configuration.py: ########## @@ -202,6 +203,28 @@ def retrieve_configuration_description( return base_configuration_description +class WeightRule(str, Enum): Review Comment: https://github.com/astronomer/airflow/blob/fa038ddd2e92e0a304dd7fee2d8b55e7f126f7f6/airflow-core/src/airflow/models/taskinstance.py#L547-L549 -- that's where it's actually used in the server side of things. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org