kaxil commented on a change in pull request #12184:
URL: https://github.com/apache/airflow/pull/12184#discussion_r520099154



##########
File path: UPDATING.md
##########
@@ -50,6 +50,14 @@ assists users migrating to a new version.
 
 ## Airflow Master
 
+### Rename policy to task_policy
+
+Because Airflow introduced DAG level policy (`dag_policy`) we decided to 
rename existing `policy`
+function to `task_policy` to make the distinction more profound and avoid any 
confusion.
+
+Users using cluster policy need to rename their `policy` functions in 
`airflow_local_settings.py`
+to `task_policy`.

Review comment:
       hmm... 🤔 yeah maybe keep it as it is




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