From 9aeae3cb70750822033df04ddb79181821859df4 Mon Sep 17 00:00:00 2001 From: Charles Costanzo Date: Tue, 26 Nov 2024 14:31:19 -0500 Subject: [PATCH] revise name of misleading state highway network flag on dim_stops_latest --- warehouse/models/mart/gtfs_schedule_latest/dim_stops_latest.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse/models/mart/gtfs_schedule_latest/dim_stops_latest.sql b/warehouse/models/mart/gtfs_schedule_latest/dim_stops_latest.sql index 58b648a57b..c39c5d803d 100644 --- a/warehouse/models/mart/gtfs_schedule_latest/dim_stops_latest.sql +++ b/warehouse/models/mart/gtfs_schedule_latest/dim_stops_latest.sql @@ -40,7 +40,7 @@ dim_stops_latest_with_shn_boolean AS ( SELECT dim_stops_latest.*, - IF(stops_on_shn._gtfs_key IS NOT NULL, TRUE, FALSE) AS exists_in_dim_stops_latest + IF(stops_on_shn._gtfs_key IS NOT NULL, TRUE, FALSE) AS on_state_highway_network FROM dim_stops_latest LEFT JOIN