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 Feb 3, 2025
1 parent 85707b4 commit 1121456
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions posthog/models/filters/test/__snapshots__/test_filter.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
"posthog_team"."event_properties_with_usage",
"posthog_team"."event_properties_numerical",
"posthog_team"."external_data_workspace_id",
"posthog_team"."external_data_workspace_last_synced_at"
"posthog_team"."external_data_workspace_last_synced_at",
"posthog_team"."api_query_rate_limit"
FROM "posthog_team"
WHERE "posthog_team"."id" = 99999
LIMIT 21
Expand Down Expand Up @@ -143,7 +144,8 @@
"posthog_team"."event_properties_with_usage",
"posthog_team"."event_properties_numerical",
"posthog_team"."external_data_workspace_id",
"posthog_team"."external_data_workspace_last_synced_at"
"posthog_team"."external_data_workspace_last_synced_at",
"posthog_team"."api_query_rate_limit"
FROM "posthog_team"
WHERE "posthog_team"."id" = 99999
LIMIT 21
Expand Down Expand Up @@ -218,7 +220,8 @@
"posthog_team"."event_properties_with_usage",
"posthog_team"."event_properties_numerical",
"posthog_team"."external_data_workspace_id",
"posthog_team"."external_data_workspace_last_synced_at"
"posthog_team"."external_data_workspace_last_synced_at",
"posthog_team"."api_query_rate_limit"
FROM "posthog_team"
WHERE "posthog_team"."id" = 99999
LIMIT 21
Expand Down Expand Up @@ -293,7 +296,8 @@
"posthog_team"."event_properties_with_usage",
"posthog_team"."event_properties_numerical",
"posthog_team"."external_data_workspace_id",
"posthog_team"."external_data_workspace_last_synced_at"
"posthog_team"."external_data_workspace_last_synced_at",
"posthog_team"."api_query_rate_limit"
FROM "posthog_team"
WHERE "posthog_team"."id" = 99999
LIMIT 21
Expand Down Expand Up @@ -368,7 +372,8 @@
"posthog_team"."event_properties_with_usage",
"posthog_team"."event_properties_numerical",
"posthog_team"."external_data_workspace_id",
"posthog_team"."external_data_workspace_last_synced_at"
"posthog_team"."external_data_workspace_last_synced_at",
"posthog_team"."api_query_rate_limit"
FROM "posthog_team"
WHERE "posthog_team"."id" = 99999
LIMIT 21
Expand Down

0 comments on commit 1121456

Please sign in to comment.