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 Sep 28, 2023
1 parent 3012fa1 commit 95e7e97
Showing 1 changed file with 60 additions and 10 deletions.
70 changes: 60 additions & 10 deletions posthog/hogql/database/test/__snapshots__/test_database.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,16 @@
{
"key": "is_identified",
"type": "boolean"
},
{
"key": "distinct_ids",
"type": "lazy_table",
"table": "person_distinct_ids",
"fields": [
"team_id",
"distinct_id",
"person_id"
]
}
],
"person_distinct_ids": [
Expand All @@ -197,7 +207,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
}
],
Expand Down Expand Up @@ -338,7 +349,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
}
],
Expand All @@ -360,7 +372,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
}
],
Expand Down Expand Up @@ -467,7 +480,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
},
{
Expand Down Expand Up @@ -496,6 +510,16 @@
"key": "is_identified",
"type": "boolean"
},
{
"key": "distinct_ids",
"type": "lazy_table",
"table": "person_distinct_ids",
"fields": [
"team_id",
"distinct_id",
"person_id"
]
},
{
"key": "is_deleted",
"type": "boolean"
Expand Down Expand Up @@ -545,7 +569,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
},
{
Expand Down Expand Up @@ -766,6 +791,16 @@
{
"key": "is_identified",
"type": "boolean"
},
{
"key": "distinct_ids",
"type": "lazy_table",
"table": "person_distinct_ids",
"fields": [
"team_id",
"distinct_id",
"person_id"
]
}
],
"person_distinct_ids": [
Expand All @@ -786,7 +821,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
}
],
Expand Down Expand Up @@ -927,7 +963,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
}
],
Expand All @@ -949,7 +986,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
}
],
Expand Down Expand Up @@ -1056,7 +1094,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
},
{
Expand Down Expand Up @@ -1085,6 +1124,16 @@
"key": "is_identified",
"type": "boolean"
},
{
"key": "distinct_ids",
"type": "lazy_table",
"table": "person_distinct_ids",
"fields": [
"team_id",
"distinct_id",
"person_id"
]
},
{
"key": "is_deleted",
"type": "boolean"
Expand Down Expand Up @@ -1134,7 +1183,8 @@
"created_at",
"team_id",
"properties",
"is_identified"
"is_identified",
"distinct_ids"
]
},
{
Expand Down

0 comments on commit 95e7e97

Please sign in to comment.