Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] make consistency on markup title string levels on cluster policies docs #26696

Merged
merged 1 commit into from Oct 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/apache-airflow/concepts/cluster-policies.rst
Expand Up @@ -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:

Expand All @@ -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:

Expand Down