Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
fix(scripts): marshall flow.${viewName}.begin to flow.begin on import
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Dec 21, 2016
1 parent e85ecb7 commit cb4d050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import_flow_events.py
Expand Up @@ -265,7 +265,7 @@
'epoch'::TIMESTAMP + timestamp * '1 second'::INTERVAL,
flow_time,
flow_id,
type,
(CASE WHEN type LIKE 'flow.%.begin' THEN 'flow.begin' ELSE type END),
'{day}'::DATE
FROM temporary_raw_flow_data;
"""
Expand Down

0 comments on commit cb4d050

Please sign in to comment.