cal-itp / data-infra

Cal-ITP data infrastructure
https://docs.calitp.org/data-infra
GNU Affero General Public License v3.0
47 stars 12 forks source link

Move gtfs_loader.gtfs_schedule_tables_load into gtfs_schedule_history2 #653

Closed machow closed 2 years ago

machow commented 2 years ago

This task requires gtfs_schedule_history_load to have run across all time. This is a natural fit for gtfs_schedule_history2, since it also requires all past successes for that task. The one difference is that gtfs_schedule_tables_load can be latest_only, since it loads the most up-to-date gtfs schedule data for the day from the external tables (for convenience).

Setting latest_only: true in the yaml should work. You can check this by opening instance details.

lauriemerrell commented 2 years ago

This was made obsolete by #1157