Skip to content

Commit adb083f

Browse files
revise name of misleading state highway network flag on dim_stops_latest (#3564)
1 parent 0ff15d5 commit adb083f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/models/mart/gtfs_schedule_latest/dim_stops_latest.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dim_stops_latest_with_shn_boolean AS (
4040

4141
SELECT
4242
dim_stops_latest.*,
43-
IF(stops_on_shn._gtfs_key IS NOT NULL, TRUE, FALSE) AS exists_in_dim_stops_latest
43+
IF(stops_on_shn._gtfs_key IS NOT NULL, TRUE, FALSE) AS on_state_highway_network
4444
FROM
4545
dim_stops_latest
4646
LEFT JOIN

0 commit comments

Comments
 (0)