You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests_metricflow/snapshots/test_conversion_metrics_to_sql.py/SqlQueryPlan/BigQuery/test_conversion_count_with_no_group_by__plan0_optimized.sql
+38-38Lines changed: 38 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,25 @@ sql_engine: BigQuery
6
6
---
7
7
-- Combine Aggregated Outputs
8
8
-- Compute Metrics via Expressions
9
-
SELECT
10
-
COALESCE(MAX(subq_28.buys), 0) AS visit_buy_conversions
11
-
FROM (
9
+
WITH sma_28019_cte AS (
12
10
-- Read Elements From Semantic Model 'visits_source'
Copy file name to clipboardExpand all lines: tests_metricflow/snapshots/test_conversion_metrics_to_sql.py/SqlQueryPlan/BigQuery/test_conversion_metric_join_to_timespine_and_fill_nulls_with_0__plan0_optimized.sql
+47-52Lines changed: 47 additions & 52 deletions
Original file line number
Diff line number
Diff line change
@@ -5,35 +5,39 @@ docstring:
5
5
sql_engine: BigQuery
6
6
---
7
7
-- Compute Metrics via Expressions
8
+
WITH sma_28019_cte AS (
9
+
-- Read Elements From Semantic Model 'visits_source'
0 commit comments