amoghrajesh commented on code in PR #54943: URL: https://github.com/apache/airflow/pull/54943#discussion_r2311785557
########## airflow-ctl/docs/conf.py: ########## @@ -200,7 +200,7 @@ def add_airflow_ctl_exclude_patterns_to_sphinx(exclude_patterns: list[str]): ) -config_descriptions = retrieve_configuration_description(include_providers=False) +config_descriptions = conf.retrieve_configuration_description(include_providers=False) Review Comment: Brought it back as func in cabf94a562 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
