zachliu opened a new issue, #57355: URL: https://github.com/apache/airflow/issues/57355
### Apache Airflow version main (development) ### If "Other Airflow 2/3 version" selected, which one? _No response_ ### What happened? I've been using `airflow config list --include-descriptions --include-examples` to generate new configurations. but i noticed the indentations were removed from the `dag_bundle_config_list`. I have to add them back manually to avoid a `configparser.ParsingError` error. <img width="702" height="256" alt="Image" src="https://github.com/user-attachments/assets/5429fb4b-133d-4683-b0c5-672c874b4c3a" /> ### What you think should happen instead? Either we include the indentation or make the configparser accept the parameter without indentation. My guess is that the former should be much easier. ### How to reproduce Use the cli `airflow config list --include-descriptions --include-examples` to generate a new set of configuration parameters. ### Operating System LM 21.3 with docker python:3.12-slim-bookworm ### Versions of Apache Airflow Providers _No response_ ### Deployment Docker-Compose ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
