parent
f77b6ab79c
commit
705a06c3dd
1 changed files with 3 additions and 0 deletions
|
@ -1561,6 +1561,9 @@ fn for_snowflake(
|
|||
|
||||
let user_properties = Some(serde_json::json!({
|
||||
"is_staff": body.is_staff,
|
||||
"Country": country_code.clone(),
|
||||
"OS": format!("{} {}", body.os_name, body.os_version.clone().unwrap_or_default()),
|
||||
"Version": body.app_version.clone(),
|
||||
}));
|
||||
|
||||
Some(SnowflakeRow {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue