zachliu commented on PR #58115: URL: https://github.com/apache/airflow/pull/58115#issuecomment-3524119550
the issue is caused by how python's `configparser` handles `fallback` in their `get` method. when we use `fallback=default_value`, the indentations are removed. but when we use the `set()` and then `get()` without `fallback`, the indentations are intact :thinking: -- 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]
