From e7324206da93d1abc15c9ec0ff3e93670e78b8fd Mon Sep 17 00:00:00 2001 From: ok9897 Date: Tue, 27 Sep 2022 13:25:59 +0900 Subject: [PATCH] make consistency on markup title string level --- docs/apache-airflow/concepts/cluster-policies.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apache-airflow/concepts/cluster-policies.rst b/docs/apache-airflow/concepts/cluster-policies.rst index e1c664660a4d6..ef7666d8e6ac6 100644 --- a/docs/apache-airflow/concepts/cluster-policies.rst +++ b/docs/apache-airflow/concepts/cluster-policies.rst @@ -55,7 +55,7 @@ This policy checks if each DAG has at least one tag defined: To avoid import cycles, if you use ``DAG`` in type annotations in your cluster policy, be sure to import from ``airflow.models`` and not from ``airflow``. Task policies -------------- +~~~~~~~~~~~~~ Here's an example of enforcing a maximum timeout policy on every task: @@ -82,7 +82,7 @@ For example, your ``airflow_local_settings.py`` might follow this pattern: Task instance mutation ----------------------- +~~~~~~~~~~~~~~~~~~~~~~ Here's an example of re-routing tasks that are on their second (or greater) retry to a different queue: