sunank200 commented on code in PR #53393: URL: https://github.com/apache/airflow/pull/53393#discussion_r2276662112
########## airflow-core/src/airflow/configuration.py: ########## @@ -202,6 +203,28 @@ def retrieve_configuration_description( return base_configuration_description +class WeightRule(str, Enum): Review Comment: It is only being used [here](https://github.com/astronomer/airflow/blob/fa038ddd2e92e0a304dd7fee2d8b55e7f126f7f6/airflow-core/src/airflow/configuration.py#L438) I did not find better place for this as it was not being used elsewhere -- 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