jedcunningham opened a new pull request, #59124: URL: https://github.com/apache/airflow/pull/59124
Instead of showing the Airflow dags folder, which may not even be in use any more, we now show all of the dag bundle names in the output of `airflow info`. Before: ``` Apache Airflow version | 3.2.0 executor | LocalExecutor task_logging_handler | airflow.utils.log.file_task_handler.FileTaskHandler sql_alchemy_conn | ... dags_folder | /Users/jedc/airflow/dags plugins_folder | /Users/jedc/airflow/plugins base_log_folder | /Users/jedc/airflow/logs remote_base_log_folder | ... ``` After: ``` Apache Airflow version | 3.2.0 executor | LocalExecutor task_logging_handler | airflow.utils.log.file_task_handler.FileTaskHandler sql_alchemy_conn | ... dag_bundle_names | another,dags-folder,my_git_repo plugins_folder | /Users/jedc/airflow/plugins base_log_folder | /Users/jedc/airflow/logs remote_base_log_folder | ... ``` -- 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]
