Apache Airflow Orchestration Skill by ara.so — Data Skills collection. Apache Airflow is a platform to programmatically author, schedule, and monitor workflows. It allows you to define workflows as Directed Acyclic Graphs (DAGs) in Python code, making them maintainable, versionable, testable, and collaborative. Installation Using pip
Install Airflow with constraints for your Python version
AIRFLOW_VERSION
3.2 .0 PYTHON_VERSION = " $( python --version | cut -d " " -f 2 | cut -d "." -f 1 -2 ) " CONSTRAINT_URL = "https://raw.githubusercontent.com/apache/airflow/constraints- ${AIRFLOW_VERSION} /constraints- ${PYTHON_VERSION} .txt" pip install "apache-airflow== ${AIRFLOW_VERSION} " --constraint " ${CONSTRAINT_URL} " Show more Installs 469 Repository aradotso/data-skills GitHub Stars 1 First Seen May 16, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn