The GitHub Actions job "Tests" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by Lee-W).

Head commit for run:
2ffe48384d521caf1a9fba58aaf213e5f952fc64 / Jarek Potiuk <[email protected]>
[v3-1-test] Fix config list output for multi-line values (#58115) (#58378)

Closes: #57355

When a user runs `airflow config list --include-descriptions 
--include-examples`,
multi-line values (like `dag_bundle_config_list`) would cause a
`configparser.ParsingError` due to improper indentation.

This fix pretty-prints the JSON value using `json.dumps(indent=4)`
and then adds an additional four-space indent to each new line.
This ensures the INI parser treats the entire block as a
single, valid multi-line value.
(cherry picked from commit d009b6467544e657245f14543dcc6dd11046fcb1)

Co-authored-by: Aaron Chen <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/19413205457

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to