You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/10/13 13:37:43 UTC

[airflow] 01/01: Mark Smart Sensor as an early-access feature

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

kaxilnaik pushed a commit to branch mark-smart-sensor-early-access-feature
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit e592c795844f1ac609d40f3fc31d106ff944b2f4
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Tue Oct 13 14:19:40 2020 +0100

    Mark Smart Sensor as an early-access feature
---
 docs/smart-sensor.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docs/smart-sensor.rst b/docs/smart-sensor.rst
index 2664f8b..8c1c92a 100644
--- a/docs/smart-sensor.rst
+++ b/docs/smart-sensor.rst
@@ -21,6 +21,11 @@
 Smart Sensor
 ============
 
+.. warning::
+
+  This is an **early-access** feature and might change in future Airflow versions with breaking changes.
+  Airbnb has been using this feature in Production since early 2020 and has significantly reduced their costs.
+
 The smart sensor is a service (run by a builtin DAG) which greatly reduces airflow’s infrastructure
 cost by consolidating some of the airflow long running light weight tasks.