Skip to content

Commit

Permalink
Attempt to use partitioning for developer days (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Aug 16, 2024
1 parent 34eb4a2 commit da39548
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{{
config(
materialized='table'
materialized='table',
partition_by={
"field": "bucket_day",
"data_type": "timestamp",
"granularity": "day",
}
)
}}

Expand Down

0 comments on commit da39548

Please sign in to comment.