Skip to content

Commit

Permalink
Set up a default refresh interval for VPC integration's MV (#1723)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 authored Apr 18, 2024
1 parent 000c71b commit f99be1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ CREATE MATERIALIZED VIEW {table_name}__week_live_mview AS
{table_name}
WITH (
auto_refresh = true,
refresh_interval = '1 Minute',
refresh_interval = '15 Minute',
checkpoint_location = '{s3_checkpoint_location}',
watermark_delay = '10 Second',
watermark_delay = '1 Minute',
extra_options = '{ "{table_name}": { "maxFilesPerTrigger": "10" }}'
)

0 comments on commit f99be1a

Please sign in to comment.