wangxq b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây
..
__pycache__ b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây
README.md b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây
__init__.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây
base.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây
dbapi.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây
filesystem.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây
package_index.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây
subprocess.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 tháng trước cách đây

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.