changed gtfs_feed_downloads to a sensor instead of cron

This commit is contained in:
Ben Varick 2025-11-07 17:04:52 -08:00
parent 37f23fda18
commit 97aa28e003
Signed by: ben
SSH key fingerprint: SHA256:jWnpFDAcacYM5aPFpYRqlsamlDyKNpSj3jj+k4ojtUo
5 changed files with 176 additions and 17 deletions

View file

@ -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",
]