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

Commit

Permalink
fix(scripts): remove old support for flow.${viewName}.begin events
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Aug 28, 2018
1 parent c24272b commit 2e5b270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import_flow_events.py
Expand Up @@ -145,7 +145,7 @@
FROM {table_name}
)
WHERE sample <= {percent}
AND type LIKE 'flow%begin';
AND type = 'flow.begin';
"""

Q_UPDATE_METADATA = """
Expand Down

0 comments on commit 2e5b270

Please sign in to comment.