Skip to content

Commit

Permalink
revise name of misleading state highway network flag on dim_stops_lat…
Browse files Browse the repository at this point in the history
…est (#3564)
  • Loading branch information
charlie-costanzo authored Nov 26, 2024
1 parent 0ff15d5 commit adb083f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adb083f

Please sign in to comment.