ashb commented on a change in pull request #4940: [AIRFLOW-4122] Remove chain function URL: https://github.com/apache/airflow/pull/4940#discussion_r267827256
########## File path: UPDATING.md ########## @@ -24,6 +24,11 @@ assists users migrating to a new version. ## Airflow Master +### Deprecation chain function + +Bit operation like `>>` or `<<` are recommended for setting the dependency, which is easier to explain. +The `airflow.utlis.helpers.chain` function will be deprecated. Review comment: FYI: A function is deprecated when it still exists and works but gives a warning. This is not what we did in this PR. ---------------------------------------------------------------- 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] With regards, Apache Git Services
