Skip to content

Commit

Permalink
Correct the auto refresh config boolean
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Apr 15, 2024
1 parent 904fbb6 commit 0dfb2ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SELECT
FROM
{table_name}
WITH (
auto_refresh = 'true',
auto_refresh = true,
checkpoint_location = '{s3_checkpoint_location}',
watermark_delay = '1 Minute',
extra_options = '{ "{table_name}": { "maxFilesPerTrigger": "10" }}'
Expand Down

0 comments on commit 0dfb2ff

Please sign in to comment.