Skip to content

Latest commit

 

History

History
 
 

hooks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.