From cbdd7d377f665c84ba1edb06d3028779698f5935 Mon Sep 17 00:00:00 2001 From: Robbie Date: Thu, 28 Mar 2024 09:36:24 +0000 Subject: [PATCH] Fix quotes type --- posthog/hogql/database/schema/channel_type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posthog/hogql/database/schema/channel_type.py b/posthog/hogql/database/schema/channel_type.py index 99b7dfcdecd57..24e4d32bab05b 100644 --- a/posthog/hogql/database/schema/channel_type.py +++ b/posthog/hogql/database/schema/channel_type.py @@ -77,7 +77,7 @@ def wrap_with_null_if_empty(expr: ast.Expr) -> ast.Expr: 'Cross Network', ( - {medium} IN ('cpc', 'cpm', `cpv`, `cpa`, 'ppc', 'retargeting') OR + {medium} IN ('cpc', 'cpm', 'cpv', 'cpa', 'ppc', 'retargeting') OR startsWith({medium}, 'paid') OR {gclid} IS NOT NULL OR {gad_source} IS NOT NULL