Skip to content

Commit

Permalink
[Enhancement] Remove the maxFilesPerTrigger limits for VPC MV creatio…
Browse files Browse the repository at this point in the history
…n query (#2318)
  • Loading branch information
RyanL1997 authored Jan 25, 2025
1 parent a9610da commit 4efb20f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ WITH (
auto_refresh = true,
refresh_interval = '15 Minute',
checkpoint_location = '{s3_checkpoint_location}',
watermark_delay = '1 Minute',
extra_options = '{ "{table_name}": { "maxFilesPerTrigger": "10" }}'
watermark_delay = '1 Minute'
)

0 comments on commit 4efb20f

Please sign in to comment.