apache-airflow-orchestration

安装量: 666
排名: #7768

安装

npx skills add https://github.com/aradotso/data-skills --skill apache-airflow-orchestration

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

返回排行榜