This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a5be64ad30 Fix broken link to Trigger Rules (#25840)
a5be64ad30 is described below
commit a5be64ad300ef99ab820ac020afba316f4c32613
Author: Byeongmin Choi <[email protected]>
AuthorDate: Sat Aug 20 08:07:52 2022 +0900
Fix broken link to Trigger Rules (#25840)
The link has been replaced by cross-referencing.
---
docs/apache-airflow/dag-run.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/apache-airflow/dag-run.rst b/docs/apache-airflow/dag-run.rst
index 00c75cbeab..6124cfc90e 100644
--- a/docs/apache-airflow/dag-run.rst
+++ b/docs/apache-airflow/dag-run.rst
@@ -37,7 +37,7 @@ There are two possible terminal states for the DAG Run:
- ``failed`` if any of the leaf nodes state is either ``failed`` or
``upstream_failed``.
.. note::
- Be careful if some of your tasks have defined some specific `trigger rule
<dags.html#trigger-rules>`_.
+ Be careful if some of your tasks have defined some specific :ref:`trigger
rule <concepts:trigger-rules>`.
These can lead to some unexpected behavior, e.g. if you have a leaf task
with trigger rule `"all_done"`, it will be executed regardless of the states of
the rest of the tasks and if it will succeed, then the whole DAG Run will also
be marked as ``success``, even if something failed in the middle.
Cron Presets