From 357549c84bd10e121246d4dc4493448a3be9eb38 Mon Sep 17 00:00:00 2001 From: Changhoon Oh <81631424+okayhooni@users.noreply.github.com> Date: Sun, 2 Oct 2022 11:59:23 +0900 Subject: [PATCH] make consistency on markup title string level (#26696) Co-authored-by: ok9897 (cherry picked from commit f977804255ca123bfea24774328ba0a9ca63688b) --- 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 0f5f978a64472..a8cee72003a88 100644 --- a/docs/apache-airflow/concepts/cluster-policies.rst +++ b/docs/apache-airflow/concepts/cluster-policies.rst @@ -59,7 +59,7 @@ This policy checks if each DAG has at least one tag defined: DAG policies are applied after the DAG has been completely loaded, so overriding the ``default_args`` parameter has no effect. If you want to override the default operator settings, use task policies instead. Task policies -------------- +~~~~~~~~~~~~~ Here's an example of enforcing a maximum timeout policy on every task: @@ -86,7 +86,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: