tree: ade352e0d9577096a156a71e2589d83931ba887a [path history] [tgz]
  1. __init__.py
  2. base.py
  3. dbapi.py
  4. filesystem.py
  5. README.md
  6. subprocess.py
airflow/hooks/README.md

Airflow Hooks

Airflow Hooks are interfaces to external platforms and databases. They implement a common interface and act as building blocks for operators.

The Hooks contained within this directory are core Airflow Hooks from which others may inherit, including the modules distributed in provider packages. They are included by default in any Airflow implementation.