uranusjr commented on code in PR #24804:
URL: https://github.com/apache/airflow/pull/24804#discussion_r912636047


##########
docs/apache-airflow/concepts/cluster-policies.rst:
##########
@@ -54,6 +54,8 @@ 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``.
 
+    DAG policies are applied after the DAG has been completely loaded, so 
overriding the ``default_args`` parameter will have no effect. If you want to 
override the default operator settings, consider to use task policies.

Review Comment:
   We should do this in a [callout 
block](https://docutils.sourceforge.io/docs/ref/rst/directives.html#warning).
   
   LGTM otherwise. Thanks a ton!



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

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to