tree: 9f9a8f1079e2918b3102fa41a8b918385c7bfd39 [path history] [tgz]
  1. __init__.py
  2. bash.py
  3. branch.py
  4. datetime.py
  5. email.py
  6. empty.py
  7. generic_transfer.py
  8. latest_only.py
  9. python.py
  10. README.md
  11. smooth.py
  12. subdag.py
  13. trigger_dagrun.py
  14. weekday.py
airflow/operators/README.md

Airflow Operators

Airflow Operators are modules that represent a single, ideally idempotent task. They are arbiters of the logic that executes when your DAG runs.

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