Skip to content

Commit

Permalink
Fix docs link for smart sensor deprecation (#21394)
Browse files Browse the repository at this point in the history
We are releasing the deprecation in version 2.2.4, not 2.3.0 like
originally planned.
  • Loading branch information
jedcunningham authored Feb 7, 2022
1 parent a49224f commit 3a78038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UPDATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 3a78038

Please sign in to comment.