Skip to content

Commit

Permalink
Merge branch 'rbac' of github.com:PostHog/posthog into rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Mar 27, 2024
2 parents 388c1ff + dd0ed2e commit aefa59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/clickhouse/models/test/__snapshots__/test_property.ambr
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
# ---
# name: test_parse_prop_clauses_defaults.2
tuple(
'AND ( has(%(vglobal_0)s, replaceRegexpAll(JSONExtractRaw(properties, %(kglobal_0)s), \'^"|"$\', \'\')) AND argMax(person."pmat_email", version) ILIKE %(vpersonquery_global_1)s)',
'AND ( has(%(vglobal_0)s, replaceRegexpAll(JSONExtractRaw(properties, %(kglobal_0)s), \'^"|"$\', \'\')) AND replaceRegexpAll(JSONExtractRaw(argMax(person.properties, version), %(kpersonquery_global_1)s), \'^"|"$\', \'\') ILIKE %(vpersonquery_global_1)s)',
dict({
'kglobal_0': 'event_prop',
'kpersonquery_global_1': 'email',
Expand Down

0 comments on commit aefa59e

Please sign in to comment.