Skip to content

Commit

Permalink
[AIRFLOW-2957] Remove obselete sensor references
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko Driesprong authored and Alice Berard committed Jan 3, 2019
1 parent 1687292 commit 225e5d7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions airflow/operators/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 225e5d7

Please sign in to comment.