refactor(chalice): use new errors columns
This commit is contained in:
parent
fb48ba8300
commit
80229a0214
1 changed files with 12 additions and 12 deletions
|
|
@ -104,9 +104,9 @@ def get_details(project_id, error_id, user_id, **data):
|
|||
`$browser` AS user_browser,
|
||||
`$browser_version` AS user_browser_version,
|
||||
`$os` AS user_os,
|
||||
'UNDEFINED' AS user_os_version,
|
||||
NULL AS user_device_type,
|
||||
`$device` AS user_device,
|
||||
'$os_version' AS user_os_version,
|
||||
toString(`$properties`.user_device_type) AS user_device_type,
|
||||
toString(`$properties`.user_device) AS user_device,
|
||||
`$country` AS user_country
|
||||
FROM {MAIN_ERR_SESS_TABLE} AS errors
|
||||
WHERE {" AND ".join(ch_basic_query)}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue