zachliu commented on issue #57355: URL: https://github.com/apache/airflow/issues/57355#issuecomment-3454418257
@nailo2c i noticed the `self.get_default_value()` was able to return `dag_bundle_config_list` with the correct indentations https://github.com/apache/airflow/blob/b32603f50668391c2bba55579336023fab6dbf0f/airflow-core/src/airflow/configuration.py#L580 it is the `self.get()` removes them https://github.com/apache/airflow/blob/b32603f50668391c2bba55579336023fab6dbf0f/airflow-core/src/airflow/configuration.py#L584 do you know why? -- 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]
