incubator-airflow/airflow/hooks
Kaxil Naik 4e8f9cc8d0
Enable Black - Python Auto Formmatter (#9550)
2020-11-03 23:51:54 +00:00
..
README.md Add readme for core sensors, standardize capitalization schema (#11898) 2020-10-27 15:57:04 -04:00
S3_hook.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
__init__.py [AIRFLOW-6714] Remove magic comments about UTF-8 (#7338) 2020-02-02 22:18:19 +01:00
base_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
dbapi_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
docker_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
druid_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
filesystem.py Enable super init not called check in pylint (#7834) 2020-03-27 16:45:05 +00:00
hdfs_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
hive_hooks.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
http_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
jdbc_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
mssql_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
mysql_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
oracle_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
pig_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
postgres_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
presto_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
samba_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
slack_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
sqlite_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
webhdfs_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00
zendesk_hook.py Enable Black - Python Auto Formmatter (#9550) 2020-11-03 23:51:54 +00:00

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.