Skip to content

Apache Airflow Ctl (airflowctl) 0.1.1

Latest

Choose a tag to compare

@bugraoz93 bugraoz93 released this 13 Jan 21:57
· 352 commits to main since this release
airflow-ctl/0.1.1
d950fd8

📦 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_name to connection commands (#59336)
    Team name feature added to connections command
  • Add team_id to 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_count has been added to the dags command.

Bug Fixes

  • Simplify airflowctl exception handling in safe_call_command (#59808)
  • Fix backfill default behavior for run_on_latest_version (#59304)
  • Update BulkDeleteAction to use generic typing (#59207)
  • Bump minimum supported prek version to 0.2.0 (#58952)
  • Fix RST formatting to ensure blank lines before bullet lists (#58760)
  • Update Python compatibility requirements and airflowctl documentation (#58653)
  • Consistently exclude unsupported Python 3.14 (#58657)
  • Improve cross-distribution dependency management (#58430)
  • Synchronize documentation between official and convenience source installs (#58379)
  • Add retry multiplier support (#56866)
  • Fix documentation issues for installing from source distributions (#58366)
  • Update pyproject.toml files to support pytest>=9.0.0 TOML syntax (#58182)