airflow
Package — Cloud/DevOpsPython 3.7+Advanced
Apache Airflow: author, schedule, monitor data pipelines
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- Flask, Jinja2, SQLAlchemy, alembic, argcomplete, attrs, blinker, cattrs, colorlog, configupdater, cron-descriptor, croniter, cryptography, dill, flask-login, flask-session, flask-wtf, google-re2, gunicorn, httpx, jinja2, jsonschema, lazy-object-proxy, linkify-it-py, lockfile, markdown, markdown-it-py, markupsafe, marshmallow-oneofschema, mdit-py-plugins, methodtools, opentelemetry-api, packaging, pathspec, pendulum, pluggy, psutil, pygments, pyjwt, python-daemon, python-dateutil, python-nvd3, python-slugify, pyyaml, requests, rfc3339-validator, rich, rich-argparse, setproctitle, sqlparse, tabulate, tenacity, termcolor, typing-extensions, unicodecsv, universal-pathlib, werkzeug
- Install
pip install apache-airflow
Learn by Difficulty
Quick Example
python
# Install: pip install apache-airflow import airflow # Basic airflow usage print(f"Using airflow") # See documentation for detailed examples
airflow is a third-party package. Apache Airflow: author, schedule, monitor data pipelines. Install with: pip install apache-airflow
Try in PlaygroundTags
packageclouddevopsinfrastructure