Skip to content

Commit f23a317

Browse files
committed
[Enhancement] Remove the maxFilesPerTrigger limits for VPC MV creation query
Signed-off-by: Jialiang Liang <[email protected]>
1 parent 8016a73 commit f23a317

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

server/adaptors/integrations/__data__/repository/amazon_vpc_flow/assets/aws_vpc_live_stream_mv_schema-1.0.0.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ WITH (
3535
auto_refresh = true,
3636
refresh_interval = '15 Minute',
3737
checkpoint_location = '{s3_checkpoint_location}',
38-
watermark_delay = '1 Minute',
39-
extra_options = '{ "{table_name}": { "maxFilesPerTrigger": "10" }}'
38+
watermark_delay = '1 Minute'
4039
)

0 commit comments

Comments
 (0)