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



##########
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

Review comment:
       ```suggestion
   tasks. You can raise 
:class:`~airflow.exceptions.AirflowClusterPolicyViolation` in a policy or
   ```
   This is a reference to a reference documentation.




----------------------------------------------------------------
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