|
3884 | 3884 | ''' |
3885 | 3885 | # --- |
3886 | 3886 | # name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.10 |
3887 | | - ''' |
3888 | | - SELECT "posthog_teamrevenueanalyticsconfig"."team_id", |
3889 | | - "posthog_teamrevenueanalyticsconfig"."filter_test_accounts", |
3890 | | - "posthog_teamrevenueanalyticsconfig"."notified_first_sync", |
3891 | | - "posthog_teamrevenueanalyticsconfig"."events", |
3892 | | - "posthog_teamrevenueanalyticsconfig"."goals", |
3893 | | - "posthog_teamrevenueanalyticsconfig"."base_currency" |
3894 | | - FROM "posthog_teamrevenueanalyticsconfig" |
3895 | | - WHERE "posthog_teamrevenueanalyticsconfig"."team_id" = 99999 |
3896 | | - LIMIT 21 |
3897 | | - ''' |
3898 | | -# --- |
3899 | | -# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.11 |
3900 | 3887 | ''' |
3901 | 3888 | SELECT "posthog_externaldatasource"."created_by_id", |
3902 | 3889 | "posthog_externaldatasource"."created_at", |
|
3926 | 3913 | AND "posthog_externaldatasource"."deleted" IS NOT NULL)) |
3927 | 3914 | ''' |
3928 | 3915 | # --- |
3929 | | -# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.12 |
| 3916 | +# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.11 |
3930 | 3917 | ''' |
3931 | 3918 | SELECT "posthog_datawarehousetable"."created_by_id", |
3932 | 3919 | "posthog_datawarehousetable"."created_at", |
|
3975 | 3962 | AND "posthog_datawarehousetable"."deleted" IS NOT NULL)) |
3976 | 3963 | ''' |
3977 | 3964 | # --- |
3978 | | -# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.13 |
| 3965 | +# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.12 |
3979 | 3966 | ''' |
3980 | 3967 | SELECT "posthog_datawarehousejoin"."created_by_id", |
3981 | 3968 | "posthog_datawarehousejoin"."created_at", |
|
3995 | 3982 | AND "posthog_datawarehousejoin"."deleted" IS NOT NULL)) |
3996 | 3983 | ''' |
3997 | 3984 | # --- |
3998 | | -# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.14 |
| 3985 | +# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.13 |
3999 | 3986 | ''' |
4000 | 3987 | SELECT "posthog_sessionrecording"."id", |
4001 | 3988 | "posthog_sessionrecording"."session_id", |
|
4025 | 4012 | AND "posthog_sessionrecording"."team_id" = 99999) |
4026 | 4013 | ''' |
4027 | 4014 | # --- |
4028 | | -# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.15 |
| 4015 | +# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.14 |
4029 | 4016 | ''' |
4030 | 4017 | SELECT "posthog_sessionrecordingviewed"."session_id" |
4031 | 4018 | FROM "posthog_sessionrecordingviewed" |
|
4035 | 4022 | 'at_base_time')) |
4036 | 4023 | ''' |
4037 | 4024 | # --- |
4038 | | -# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.16 |
| 4025 | +# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.15 |
4039 | 4026 | ''' |
4040 | 4027 | SELECT "posthog_sessionrecordingviewed"."session_id", |
4041 | 4028 | "posthog_user"."email" |
|
4047 | 4034 | AND NOT ("posthog_sessionrecordingviewed"."user_id" = 99999)) |
4048 | 4035 | ''' |
4049 | 4036 | # --- |
| 4037 | +# name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.16 |
| 4038 | + ''' |
| 4039 | + SELECT "posthog_persondistinctid"."id", |
| 4040 | + "posthog_persondistinctid"."team_id", |
| 4041 | + "posthog_persondistinctid"."person_id", |
| 4042 | + "posthog_persondistinctid"."distinct_id", |
| 4043 | + "posthog_persondistinctid"."version" |
| 4044 | + FROM "posthog_persondistinctid" |
| 4045 | + WHERE ("posthog_persondistinctid"."distinct_id" IN ('user2', |
| 4046 | + 'user_one_0') |
| 4047 | + AND "posthog_persondistinctid"."team_id" = 99999) |
| 4048 | + ''' |
| 4049 | +# --- |
4050 | 4050 | # name: TestSessionRecordings.test_get_session_recordings_sorted_0_descending_original_.17 |
4051 | 4051 | ''' |
4052 | 4052 | SELECT "posthog_persondistinctid"."id", |
|
0 commit comments