From 95e7e972f4b74105aed72518ab8cd4ad9bc38a75 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:51:42 +0000 Subject: [PATCH] Update query snapshots --- .../test/__snapshots__/test_database.ambr | 70 ++++++++++++++++--- 1 file changed, 60 insertions(+), 10 deletions(-) diff --git a/posthog/hogql/database/test/__snapshots__/test_database.ambr b/posthog/hogql/database/test/__snapshots__/test_database.ambr index 9e1413d84a0bf..07adf8a40dc47 100644 --- a/posthog/hogql/database/test/__snapshots__/test_database.ambr +++ b/posthog/hogql/database/test/__snapshots__/test_database.ambr @@ -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": [ @@ -197,7 +207,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] } ], @@ -338,7 +349,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] } ], @@ -360,7 +372,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] } ], @@ -467,7 +480,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] }, { @@ -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" @@ -545,7 +569,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] }, { @@ -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": [ @@ -786,7 +821,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] } ], @@ -927,7 +963,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] } ], @@ -949,7 +986,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] } ], @@ -1056,7 +1094,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] }, { @@ -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" @@ -1134,7 +1183,8 @@ "created_at", "team_id", "properties", - "is_identified" + "is_identified", + "distinct_ids" ] }, {