Skip to content
Open
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
4 changes: 2 additions & 2 deletions transform/snowflake-dbt/models/finance/account_daily_arr.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ WITH account_daily_arr AS (
SUM(won_arr)::int AS total_arr
FROM {{ ref( 'opportunity_daily_arr') }}
WHERE won_arr <> 0
GROUP BY 1, 2, 3
GROUP BY 1, 2
)
SELECT * FROM account_daily_arr
SELECT * FROM account_daily_arr