This is an automated email from the ASF dual-hosted git repository. kaxilnaik pushed a commit to branch v1-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 560ae753625190c6899f8ec77c8332dfea102510 Author: Kaxil Naik <[email protected]> AuthorDate: Fri Nov 20 19:31:25 2020 +0000 Add Note about hook, Operators/Senesors deprecation in Updating.md --- UPDATING.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/UPDATING.md b/UPDATING.md index 6dbe8cc..c29c8a3 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -101,6 +101,14 @@ After session_lifetime_minutes = 43200 ``` +### Adding Operators, Hooks and Sensors via Airflow Plugins is deprecated + +The ability to import Operators, Hooks and Senors via the plugin mechanism has been deprecated and will raise warnings +in Airflow 1.10.13 and will be removed completely in Airflow 2.0. + +Check http://airflow.apache.org/docs/1.10.13/howto/custom-operator.html to see how you can create and import +Custom Hooks, Operators and Sensors. + ## Airflow 1.10.12 ### Clearing tasks skipped by SkipMixin will skip them
