Skip to content

Commit

Permalink
fix granularity
Browse files Browse the repository at this point in the history
  • Loading branch information
borjavb committed Dec 7, 2024
1 parent 634d79b commit aaf7477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
partition_by={
'field': 'event_time',
'data_type': 'timestamp',
'granularity': 'hour'
'granularity': 'day'
}
)
}}
Expand Down

0 comments on commit aaf7477

Please sign in to comment.