Skip to content

Commit

Permalink
chore(test): fix test issue caused by no cherry picked pr in release …
Browse files Browse the repository at this point in the history
…2.1 (#20425)
  • Loading branch information
wcy-fdu authored Feb 9, 2025
1 parent a414ddd commit 37d64fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions e2e_test/s3/fs_sink.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@ def _table():
test_timestamptz_ns,
nested_struct
from {_table()} WITH (
connector = 'snowflake',
connector = 's3',
match_pattern = '*.parquet',
snowflake.aws_region = 'custom',
snowflake.s3_bucket = 'hummock001',
snowflake.aws_access_key_id = 'hummockadmin',
snowflake.aws_secret_access_key = 'hummockadmin',
s3.region_name = 'custom',
s3.bucket_name = 'hummock001',
s3.credentials.access = 'hummockadmin',
s3.credentials.secret = 'hummockadmin',
s3.endpoint_url = 'http://hummock001.127.0.0.1:9301',
s3.path = 'test_json_sink/',
type = 'append-only',
Expand Down

0 comments on commit 37d64fb

Please sign in to comment.