From 687cd4ff0af4d956b78f4dff690e919139f824ce Mon Sep 17 00:00:00 2001 From: Ondrej Popelka Date: Thu, 14 Mar 2024 08:15:05 +0100 Subject: [PATCH] update assertions --- tests/functional/run-action-row-debug-logging/expected-stdout | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/run-action-row-debug-logging/expected-stdout b/tests/functional/run-action-row-debug-logging/expected-stdout index 14b95e3..1112735 100644 --- a/tests/functional/run-action-row-debug-logging/expected-stdout +++ b/tests/functional/run-action-row-debug-logging/expected-stdout @@ -3,7 +3,7 @@ Creating ODBC connection to "Driver=SnowflakeDSIIDriver;Server=kebooladev.snowfl Exporting "sales" to "in.c-main.escaping". [%s] DEBUG: Running query "REMOVE @~/in.c-main.escaping;". [] [] [%s] DEBUG: Running query " COPY INTO @~/in.c-main.escaping/part FROM (SELECT * FROM "escaping") FILE_FORMAT = (TYPE=CSV FIELD_DELIMITER = ',' FIELD_OPTIONALLY_ENCLOSED_BY = '"' ESCAPE_UNENCLOSED_FIELD = '\\' COMPRESSION = 'GZIP' NULL_IF=()) HEADER = false MAX_FILE_SIZE=50000000 OVERWRITE = TRUE ; ". [] [] -DEBUG: USE DATABASE "COMPONENT_TESTING"; USE SCHEMA "COMPONENT_TESTING"."COMPONENT_TEST"; GET @~/in.c-main.escaping file:///opt/snowsqltempdir/run-%s.%s/out/tables/in.c-main.escaping.csv.gz; +USE DATABASE "COMPONENT_TESTING"; USE SCHEMA "COMPONENT_TESTING"."COMPONENT_TEST"; GET @~/in.c-main.escaping file:///opt/snowsqltempdir/run-%s.%s/out/tables/in.c-main.escaping.csv.gz; Downloading data from Snowflake. snowsql --noup --config /opt/snowsqltempdir/ex-snowflake-adapter/run-%s.%s/snowsql.config -c downloader -f /opt/snowsqltempdir/ex-snowflake-adapter/run-%s.%s/%s-snowsql.sql 1 files (216 B) downloaded.