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 Apr 25, 2024
1 parent 6e12826 commit b748cb2
Showing 1 changed file with 64 additions and 32 deletions.
96 changes: 64 additions & 32 deletions posthog/api/test/__snapshots__/test_query.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_event_property_filter.1
Expand All @@ -30,7 +31,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_event_property_filter.2
Expand All @@ -47,7 +49,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_event_property_filter_materialized
Expand All @@ -64,7 +67,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_event_property_filter_materialized.1
Expand All @@ -81,7 +85,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_event_property_filter_materialized.2
Expand All @@ -98,7 +103,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_events_query_all_time_date
Expand All @@ -111,7 +117,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_events_query_all_time_date.1
Expand All @@ -124,7 +131,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_events_query_all_time_date.2
Expand All @@ -137,7 +145,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_full_hogql_query
Expand All @@ -152,7 +161,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_full_hogql_query_async
Expand Down Expand Up @@ -192,7 +202,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_full_hogql_query_view
Expand All @@ -207,7 +218,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_full_hogql_query_view.1
Expand All @@ -226,7 +238,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_hogql_property_filter
Expand All @@ -243,7 +256,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_hogql_property_filter.1
Expand All @@ -260,7 +274,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_hogql_property_filter.2
Expand All @@ -277,7 +292,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_hogql_property_filter.3
Expand All @@ -294,7 +310,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_hogql_property_filter_materialized
Expand All @@ -311,7 +328,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_hogql_property_filter_materialized.1
Expand All @@ -328,7 +346,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_hogql_property_filter_materialized.2
Expand All @@ -345,7 +364,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_hogql_property_filter_materialized.3
Expand All @@ -362,7 +382,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_person_property_filter
Expand Down Expand Up @@ -397,7 +418,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_person_property_filter_materialized
Expand Down Expand Up @@ -432,7 +454,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_property_filter_aggregations
Expand All @@ -447,7 +470,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_property_filter_aggregations.1
Expand All @@ -463,7 +487,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_property_filter_aggregations_materialized
Expand All @@ -478,7 +503,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_property_filter_aggregations_materialized.1
Expand All @@ -494,7 +520,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_select_event_person
Expand All @@ -509,7 +536,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_select_hogql_expressions
Expand All @@ -525,7 +553,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_select_hogql_expressions.1
Expand All @@ -539,7 +568,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_select_hogql_expressions.2
Expand All @@ -554,7 +584,8 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---
# name: TestQuery.test_select_hogql_expressions.3
Expand All @@ -569,6 +600,7 @@
LIMIT 101
OFFSET 0 SETTINGS readonly=2,
max_execution_time=60,
allow_experimental_object_type=1
allow_experimental_object_type=1,
format_csv_allow_double_quotes=0
'''
# ---

0 comments on commit b748cb2

Please sign in to comment.