Skip to content

Commit

Permalink
#64 Update generate daily tt function to use the new map version
Browse files Browse the repository at this point in the history
  • Loading branch information
chmnata committed Sep 6, 2022
1 parent a3ac881 commit 9ef6528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_aggregation/sql/function_generate_network_daily.sql
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WITH speed_links AS (
COUNT(tx)::int as num_bin

FROM here.ta
INNER JOIN congestion.network_links_21_1 links USING (link_dir)
INNER JOIN congestion.network_links_22_2 links USING (link_dir)
WHERE (dt >= _dt AND dt < _dt + interval '1 day')

GROUP BY segment_id, link_dir, dt, hr, links.length
Expand Down

1 comment on commit 9ef6528

@chmnata
Copy link
Collaborator Author

@chmnata chmnata commented on 9ef6528 Sep 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#61 :meow_dio:

Please sign in to comment.