Lee-W opened a new pull request, #71095: URL: https://github.com/apache/airflow/pull/71095
The `dags state` backport (#69915, #70352) brought the caller and the tests but dropped `suppress_error_log` from `DagRunOperations.list()`, which main has. `dag_command.py:147` passes it, so the command raised: ``` TypeError: DagRunOperations.list() got an unexpected keyword argument 'suppress_error_log' ``` Restore the keyword-only parameter and forward it to the client as the `airflowctl_suppress_error_log` extension, matching the sibling `get()`. The broken caller only exists on this test branch, so no released airflowctl is affected and no newsfragment is needed. Split out of #70724 so that PR stays workflow-only. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Opus 5 Generated-by: Claude Opus 5 following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
