sunank200 commented on code in PR #53393: URL: https://github.com/apache/airflow/pull/53393#discussion_r2282291626
########## airflow-core/src/airflow/configuration.py: ########## @@ -202,6 +203,28 @@ def retrieve_configuration_description( return base_configuration_description +class WeightRule(str, Enum): Review Comment: I am also using WeightRule class object in priority_strategy.py -- 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