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: