内容
airflow.decorators
airflow.decorators.base
airflow.decorators.bash
airflow.decorators.branch_external_python
airflow.decorators.branch_python
airflow.decorators.branch_virtualenv
airflow.decorators.condition
airflow.decorators.external_python
airflow.decorators.python
airflow.decorators.python_virtualenv
airflow.decorators.sensor
airflow.decorators.setup_teardown
setup_task()
teardown_task()
ContextWrapper
ContextWrapper.__enter__()
ContextWrapper.__exit__()
context_wrapper
airflow.decorators.short_circuit
airflow.decorators.task_group
参考
内部数据库详细信息
系统测试
一个列表子类,具有一个上下文管理器,将设置/拆卸任务推送到上下文中。
setup_task(func)
setup_task
teardown_task([_func, on_failure_fail_dagrun])
teardown_task
基类:list
list
此条目是否有帮助?