[ https://issues.apache.org/jira/browse/AIRFLOW-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16332659#comment-16332659 ]
ASF subversion and git services commented on AIRFLOW-1889: ---------------------------------------------------------- Commit 33c720421208696c9cae422e1056c8e914d3329b in incubator-airflow's branch refs/heads/master from [~Fokko] [ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=33c7204 ] [AIRFLOW-1889] Split sensors into separate files Moving the sensors to seperate files increases readability of the code. Also this reduces the code in the big core.py file. Closes #2875 from Fokko/AIRFLOW-1889-move-sensors- to-separate-package > Move the sensors to a separate package > -------------------------------------- > > Key: AIRFLOW-1889 > URL: https://issues.apache.org/jira/browse/AIRFLOW-1889 > Project: Apache Airflow > Issue Type: Bug > Reporter: Fokko Driesprong > Assignee: Fokko Driesprong > Priority: Major > Fix For: 1.10.0 > > > Right now all the sensors are in a single files which clutters up the > codebase. By moving the sensors to a separate package the list of available > sensors will be more transparant and easier to maintain. -- This message was sent by Atlassian JIRA (v7.6.3#76005)