Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Dec 19, 2023
1 parent 03fa284 commit a74ce5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/run-action-row-debug-logging/expected-stdout
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ 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 ; ". [] []
[%s] DEBUG: USE DATABASE "COMPONENT_TESTING"; USE SCHEMA "COMPONENT_TESTING"."COMPONENT_TEST"; GET @~/in.c-main.escaping file:///tmp/run-%s.%s/out/tables/in.c-main.escaping.csv.gz; [] []
[%s] 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; [] []
Downloading data from Snowflake.
[%s] DEBUG: snowsql --noup --config /tmp/ex-snowflake-adapter/run-%s.%s/snowsql.config -c downloader -f /tmp/ex-snowflake-adapter/run-%s.%s/%s-snowsql.sql [] []
[%s] DEBUG: 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.
[%s] DEBUG: Running query "SELECT * FROM (SELECT * FROM "escaping") LIMIT 0;". [] []
[%s] DEBUG: Running query "DESC RESULT LAST_QUERY_ID()". [] []
Expand Down

0 comments on commit a74ce5b

Please sign in to comment.