wangxq b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
..
__pycache__ b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
README.md b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
__init__.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
base.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
bash.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
date_time.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
external_task.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
filesystem.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
python.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
time_delta.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
time_sensor.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja
weekday.py b18b6738cb 第一次提交,定时调度版本的resource,daily已经基本调试完成 3 hónapja

README.md

Airflow Sensors

Airflow Sensors are a special kind of Airflow Operator. When they run, they check to see if a certain criteria is met before they complete and let their downstream tasks execute. They are primarily used to enable portions of your DAG to wait for some criteria to be fulfilled by an external system.

The Sensors contained within this directory are core Airflow Sensors. They are included by default in any Airflow implementation. For other available sensors that have been built by the community, please see the providers directory.