Skip to content

Commit

Permalink
revise name of misleading state highway network flag on dim_stops_latest
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-costanzo committed Nov 26, 2024
1 parent 0ff15d5 commit 9aeae3c
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 9aeae3c

Please sign in to comment.