Skip to content

Commit

Permalink
Fix partitioning (#1953)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenac95 authored Aug 14, 2024
1 parent fef9577 commit 2c15d48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
config(
materialized='table',
partition_by={
"field": "time",
"field": "bucket_day",
"data_type": "timestamp",
"granularity": "day",
}
Expand Down

0 comments on commit 2c15d48

Please sign in to comment.