python-docs-samples icon indicating copy to clipboard operation
python-docs-samples copied to clipboard

feat(composer): pause/unpause DAGs in one operation

Open dkurzaj opened this issue 3 months ago • 3 comments

Description

Fixes #10805

When the Airflow instance version is >= 2.9.0 it now uses only one environments.executeAirflowCommand operation (consuming 25 write quota units) for all the DAGs, instead one operation per DAG. It's also way faster (during experimentation, it took 13,54ms per DAG to pause with the new method).

Checklist

dkurzaj avatar Oct 03 '25 12:10 dkurzaj