[ 
https://issues.apache.org/jira/browse/AIRFLOW-2957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16593183#comment-16593183
 ] 

ASF GitHub Bot commented on AIRFLOW-2957:
-----------------------------------------

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:
[email protected]


> Remove old Sensor references
> ----------------------------
>
>                 Key: AIRFLOW-2957
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2957
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Fokko Driesprong
>            Priority: Major
>
> Remove old sensor references: 
> https://github.com/apache/incubator-airflow/blob/master/airflow/operators/__init__.py#L57-L71



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to