cal-itp / reports

GTFS data quality reports for California transit providers
https://reports.calitp.org
GNU Affero General Public License v3.0
7 stars 0 forks source link

Swap in new dimension / fact tables for GTFS Reports #36

Open machow opened 3 years ago

machow commented 3 years ago

Currently, our GTFS schedule reports use our underlying gtfs_schedule_type2 data. Since we've got most of this information up in views, it'd be useful to migrate to using the views directly.

Let's put up a quick dashboard in metabase that reproduces this part of the report.

image

Notes:

lauriemerrell commented 2 years ago

Discussed this today with @evansiroky --

Part 1 (implement in Metabase) seems to actually mostly be already accomplished in the GTFS Guidelines dashboards that Evan has already made.

Part 2 (use views instead of schedule_type2 is also partially implemented already but there are a few aspects that still need to be refactored (notably validation notices).