Skip to content

Commit

Permalink
Update _core__saved_queries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie authored Feb 5, 2024
1 parent 3879366 commit 7f31395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/core/_core__saved_queries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ saved_queries:
- Dimension('customer__customer_market_segment')
- Dimension('customer__customer_balance_segment')
where:
- "{{ Dimension('customer__nation') }} == 'UNITED STATES'"
- "{{ Dimension('customer__nation') }} = 'UNITED STATES'"
- "{{ TimeDimension('metric_time', 'day') }} >= date_trunc(year, current_date)"

0 comments on commit 7f31395

Please sign in to comment.