You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2022/02/07 15:56:19 UTC

[airflow] branch main updated: Fix docs link for smart sensor deprecation (#21394)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 3a78038  Fix docs link for smart sensor deprecation (#21394)
3a78038 is described below

commit 3a780380d8f5d50ffc876c326e70ee0eee033c0d
Author: Jed Cunningham <66...@users.noreply.github.com>
AuthorDate: Mon Feb 7 08:55:20 2022 -0700

    Fix docs link for smart sensor deprecation (#21394)
    
    We are releasing the deprecation in version 2.2.4, not 2.3.0 like
    originally planned.
---
 UPDATING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/UPDATING.md b/UPDATING.md
index d14e39b..cb7acc4 100644
--- a/UPDATING.md
+++ b/UPDATING.md
@@ -122,7 +122,7 @@ Note the use of `set` and `datetime` types, which are not JSON-serializable.  Th
 
 Smart sensors, an "early access" feature added in Airflow 2, are now deprecated and will be removed in Airflow 2.4.0. They have been superseded by Deferable Operators, added in Airflow 2.2.0.
 
-See [Migrating to Deferrable Operators](https://airflow.apache.org/docs/apache-airflow/2.3.0/concepts/smart-sensors.html#migrating-to-deferrable-operators) for details on how to migrate.
+See [Migrating to Deferrable Operators](https://airflow.apache.org/docs/apache-airflow/2.2.4/concepts/smart-sensors.html#migrating-to-deferrable-operators) for details on how to migrate.
 
 ### Task log templates are now read from the metadatabase instead of `airflow.cfg`