changed gtfs_feed_downloads to a sensor instead of cron
This commit is contained in:
parent
37f23fda18
commit
97aa28e003
5 changed files with 176 additions and 17 deletions
|
|
@ -1,8 +1,11 @@
|
|||
"""
|
||||
"""""
|
||||
GTFS data pipeline sensors.
|
||||
"""
|
||||
from .gtfs_static import *
|
||||
from .gtfs_realtime import *
|
||||
|
||||
__all__ = [
|
||||
"gtfs_static_hourly_sensor",
|
||||
"gtfs_static_partition_update_sensor",
|
||||
"gtfs_rt_vehicles_sensor",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue