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)

(cherry picked from commit 4efb20f)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 25, 2025
1 parent a099f69 commit 7c711cf
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 7c711cf

Please sign in to comment.