refactor(chalice): added name to user-events
This commit is contained in:
parent
b2de09d487
commit
17f425dbd1
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ def get_customs_by_session_id(session_id, project_id):
|
|||
SELECT `$properties`,
|
||||
properties,
|
||||
created_at,
|
||||
'CUSTOM' AS type
|
||||
'CUSTOM' AS type,
|
||||
`$event_name` AS name
|
||||
FROM product_analytics.events
|
||||
WHERE session_id = %(session_id)s
|
||||
AND NOT `$auto_captured`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue