mik-laj commented on a change in pull request #10282:
URL: https://github.com/apache/airflow/pull/10282#discussion_r468189657



##########
File path: docs/concepts.rst
##########
@@ -1207,6 +1211,62 @@ queue during retries:
             ti.queue = 'retry_queue'
 
 
+Cluster Policies for Custom Task Checks
+-----------------------------
+You may also use Cluster Policies to  apply cluster-wide checks on Airflow
+tasks. You can raise `AirflowClusterPolicyViolation` in a policy or
+task mutation hook (described below) to prevent a DAG from being imported or
+prevent a task from being executed if the task is not compliant with your 
check.
+
+These checks are intended to help teams using Airflow to protect against common
+newbie errors that may get past a code reviewer, rather than as technical

Review comment:
       ```suggestion
   begginner errors that may get past a code reviewer, rather than as technical
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to