Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions template/config/queries/hello_world.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{if .plugins.analytics -}}
-- @param message STRING
SELECT :message AS value;
{{- end}}
1 change: 1 addition & 0 deletions template/config/queries/mocked_sales.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{if .plugins.analytics -}}
-- @param max_month_num INT
WITH mock_data AS (
SELECT 'January' AS month, 1 AS month_num, 65000 AS revenue, 45000 AS expenses, 850 AS customers
UNION ALL SELECT 'February', 2, 72000, 48000, 920
Expand Down
Loading