Skip to content

Commit

Permalink
fix bad macro
Browse files Browse the repository at this point in the history
  • Loading branch information
atvaccaro committed Jan 19, 2023
1 parent 2fe7099 commit fa7196f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SELECT
t1.*,
t2._valid_from,
t2._valid_to
FROM {{ gtfs_file_table }} AS t1
FROM {{ gtfs_file_table.identifier }} AS t1
INNER JOIN dim_schedule_feeds AS t2
ON t1.ts = t2._valid_from
AND t1.base64_url = t2.base64_url
Expand Down

0 comments on commit fa7196f

Please sign in to comment.