Skip to content

Commit

Permalink
Update query snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 20, 2024
1 parent 2fdc164 commit 44d2c82
Showing 1 changed file with 116 additions and 0 deletions.
116 changes: 116 additions & 0 deletions posthog/hogql/database/test/__snapshots__/test_database.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,31 @@
]
}
],
"person_distinct_id_overrides": [
{
"key": "distinct_id",
"type": "string"
},
{
"key": "person_id",
"type": "string"
},
{
"key": "person",
"type": "lazy_table",
"table": "persons",
"fields": [
"id",
"created_at",
"team_id",
"properties",
"is_identified",
"pdi",
"$virt_initial_referring_domain_type",
"$virt_initial_channel_type"
]
}
],
"person_overrides": [
{
"key": "old_person_id",
Expand Down Expand Up @@ -782,6 +807,39 @@
"type": "integer"
}
],
"raw_person_distinct_id_overrides": [
{
"key": "distinct_id",
"type": "string"
},
{
"key": "person_id",
"type": "string"
},
{
"key": "person",
"type": "lazy_table",
"table": "persons",
"fields": [
"id",
"created_at",
"team_id",
"properties",
"is_identified",
"pdi",
"$virt_initial_referring_domain_type",
"$virt_initial_channel_type"
]
},
{
"key": "is_deleted",
"type": "boolean"
},
{
"key": "version",
"type": "integer"
}
],
"raw_person_overrides": [
{
"key": "old_person_id",
Expand Down Expand Up @@ -1139,6 +1197,31 @@
]
}
],
"person_distinct_id_overrides": [
{
"key": "distinct_id",
"type": "string"
},
{
"key": "person_id",
"type": "string"
},
{
"key": "person",
"type": "lazy_table",
"table": "persons",
"fields": [
"id",
"created_at",
"team_id",
"properties",
"is_identified",
"pdi",
"$virt_initial_referring_domain_type",
"$virt_initial_channel_type"
]
}
],
"person_overrides": [
{
"key": "old_person_id",
Expand Down Expand Up @@ -1625,6 +1708,39 @@
"type": "integer"
}
],
"raw_person_distinct_id_overrides": [
{
"key": "distinct_id",
"type": "string"
},
{
"key": "person_id",
"type": "string"
},
{
"key": "person",
"type": "lazy_table",
"table": "persons",
"fields": [
"id",
"created_at",
"team_id",
"properties",
"is_identified",
"pdi",
"$virt_initial_referring_domain_type",
"$virt_initial_channel_type"
]
},
{
"key": "is_deleted",
"type": "boolean"
},
{
"key": "version",
"type": "integer"
}
],
"raw_person_overrides": [
{
"key": "old_person_id",
Expand Down

0 comments on commit 44d2c82

Please sign in to comment.