The GitHub Actions job "npm_and_yarn in /airflow-core/src/airflow/ui for @chakra-ui/react, @codemirror/lang-json, @tanstack/react-query, @tanstack/react-virtual, @uiw/codemirror-themes-all, @uiw/react-codemirror, @xyflow/react, axios, chart.js, dayjs, elkjs, i18next, i18next-browser-languagedetector, node-sql-parser, react, @types/react, react-chartjs-2, react-dom, @types/react-dom, react-hook-form, react-hotkeys-hook, react-i18next, react-markdown, react-resizable-panels, react-router-dom, react-syntax-highlighter, use-debounc..." on airflow.git/v3-1-test has failed. Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).
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/19437209480 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
