Skip to content

Commit c5e1b3b

Browse files
committed
Fix auto_refresh
Signed-off-by: Sean Kao <[email protected]>
1 parent ce74846 commit c5e1b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/adaptors/integrations/__data__/repository/aws_elb/assets/create_mv-1.0.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ SELECT
5252
FROM
5353
{table_name}
5454
WITH (
55-
auto_refresh = 'true',
55+
auto_refresh = true,
5656
checkpoint_location = '{s3_checkpoint_location}',
5757
watermark_delay = '1 Minute',
5858
extra_options = '{ "{table_name}": { "maxFilesPerTrigger": "10" }}'

0 commit comments

Comments
 (0)