Apache Airflow Ctl (airflowctl) 0.1.1
๐ฆ PyPI: https://pypi.org/project/apache-airflow-ctl/0.1.1/ ๐ Docs: https://airflow.apache.org/docs/apache-airflow-ctl/0.1.1/ ๐ Release Notes: https://github.com/apache/airflow/blob/airflow-ctl/0.1.1/airflow-ctl/RELEASE_NOTES.rst
Thanks to all the contributors who made this possible. Next time, Release notes will be available through public documentation.
Significant Changes
- Make pause/unpause commands positional for improved CLI consistency (#59936)
Provides separate
airflowctl dags pause/unpause dag_id - Remove deprecated export functionality from airflowctl (#59850) airflowctl won't export from
- Add
team_nameto connection commands (#59336) Team name feature added toconnectionscommand - Add
team_idto variable commands (#57102) - Add pre-commit checks for airflowctl test coverage (#58856) Provided more coverage and further checks on integration tests to release with more confidence.
- Display active DAG run count in header with auto-refresh support (#58332)
active_runs_counthas been added to thedagscommand.