wangxq b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
..
__pycache__ b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
README.md b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
__init__.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
bash.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
branch.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
datetime.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
email.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
empty.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
generic_transfer.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
latest_only.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
python.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
smooth.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
subdag.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
trigger_dagrun.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago
weekday.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 11 months ago

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.