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 Oct 12, 2023
1 parent 9aa47f0 commit 2eb87b9
Showing 1 changed file with 170 additions and 0 deletions.
170 changes: 170 additions & 0 deletions posthog/hogql/database/test/__snapshots__/test_database.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,91 @@
"pdi",
"person_id"
]
},
{
"key": "$group_0",
"type": "string"
},
{
"key": "group_0",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
},
{
"key": "$group_1",
"type": "string"
},
{
"key": "group_1",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
},
{
"key": "$group_2",
"type": "string"
},
{
"key": "group_2",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
},
{
"key": "$group_3",
"type": "string"
},
{
"key": "group_3",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
},
{
"key": "$group_4",
"type": "string"
},
{
"key": "group_4",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
}
],
"groups": [
Expand Down Expand Up @@ -829,6 +914,91 @@
{
"key": "person_id",
"type": "string"
},
{
"key": "$group_0",
"type": "string"
},
{
"key": "group_0",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
},
{
"key": "$group_1",
"type": "string"
},
{
"key": "group_1",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
},
{
"key": "$group_2",
"type": "string"
},
{
"key": "group_2",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
},
{
"key": "$group_3",
"type": "string"
},
{
"key": "group_3",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
},
{
"key": "$group_4",
"type": "string"
},
{
"key": "group_4",
"type": "lazy_table",
"table": "groups",
"fields": [
"index",
"team_id",
"key",
"created_at",
"updated_at",
"properties"
]
}
],
"groups": [
Expand Down

0 comments on commit 2eb87b9

Please sign in to comment.