Skip to content

Commit

Permalink
Modify the mv creation options
Browse files Browse the repository at this point in the history
Co-authored-by: Sean Kao <[email protected]>
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 and seankao-az committed Apr 11, 2024
1 parent 3dedc95 commit 8f451e8
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ SELECT
ja3Fingerprint AS `aws.waf.ja3Fingerprint`
FROM
{table_name}
;

REFRESH MATERIALIZED VIEW mys3.default.{table_name}_mview
WITH (
auto_refresh = 'true',
checkpoint_location = '{s3_bucket_location}',
watermark_delay = '1 Minute',
extra_options = '{ "{table_name}": { "maxFilesPerTrigger": "10" }}'
);

0 comments on commit 8f451e8

Please sign in to comment.