We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128c00a commit 08585ebCopy full SHA for 08585eb
1 file changed
task-sdk/docs/api.rst
@@ -33,7 +33,7 @@ Decorators
33
.. autoapifunction:: airflow.sdk.dag
34
.. autoapifunction:: airflow.sdk.task
35
36
-Sub-decorators on ``task``:
+Task Decorators:
37
38
- ``@task.run_if(condition, skip_message=None)``
39
Run the task only if the given condition is met; otherwise the task is skipped. The condition is a callable
0 commit comments