Skip to content

Commit

Permalink
Remove maxFilesPerTrigger from all the integrations queries
Browse files Browse the repository at this point in the history
Signed-off-by: Jialiang Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Feb 14, 2025
1 parent 36311f5 commit 0ed46a5
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,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'
)
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,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 0ed46a5

Please sign in to comment.