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" ] }, {