Skip to content

Commit

Permalink
5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen committed Jul 27, 2024
1 parent ddc9ba8 commit c3b79f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ suite("test_export_table_with_materialized_view", "p0") {
def outfile_url = waiting_export.call(label)

qt_select_load1 """ select * from s3(
"uri" = "http://${s3_endpoint}${outfile_url.substring(4, outfile_url.length() - 1)}0.parquet",
"uri" = "http://${bucket}.${s3_endpoint}${outfile_url.substring(5+bucket.length(), outfile_url.length() - 1)}0.parquet",
"s3.access_key"= "${ak}",
"s3.secret_key" = "${sk}",
"format" = "parquet",
Expand Down

0 comments on commit c3b79f7

Please sign in to comment.