Skip to content

Commit

Permalink
Update f_orders_stats.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinaSheik05 authored Nov 11, 2023
1 parent 9fce4c9 commit 6ee3c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/f_orders_stats.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{
config (
engine='MergeTree()',
order_by=['']
order_by=['O_ORDERYEAR']
)
}}

Expand Down

0 comments on commit 6ee3c22

Please sign in to comment.