You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2018/08/27 04:54:46 UTC

[GitHub] r39132 closed pull request #3808: [AIRFLOW-2957] Remove obselete sensor references

r39132 closed pull request #3808: [AIRFLOW-2957] Remove obselete sensor references
URL: https://github.com/apache/incubator-airflow/pull/3808
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/operators/__init__.py b/airflow/operators/__init__.py
index 4e2060baae..f732d8f8a8 100644
--- a/airflow/operators/__init__.py
+++ b/airflow/operators/__init__.py
@@ -54,21 +54,6 @@
         'PrestoValueCheckOperator',
         'PrestoIntervalCheckOperator',
     ],
-    'sensors': [
-        'BaseSensorOperator',
-        'ExternalTaskSensor',
-        'HdfsSensor',
-        'HivePartitionSensor',
-        'HttpSensor',
-        'MetastorePartitionSensor',
-        'NamedHivePartitionSensor',
-        'S3KeySensor',
-        'S3PrefixSensor',
-        'SqlSensor',
-        'TimeDeltaSensor',
-        'TimeSensor',
-        'WebHdfsSensor',
-    ],
     'dagrun_operator': ['TriggerDagRunOperator'],
     'dummy_operator': ['DummyOperator'],
     'email_operator': ['EmailOperator'],


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services