This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
ValueError: unsupported format character when CREATE TABLE is executed #352
Labels
bug
Something isn't working
Describe the bug
I am using Meltano to run pipelinewise-target-snowflake. When the target tries to create a table with "%" it fails with "ValueError: unsupported format character 'A' (0x41) at index 50". The example query:
To Reproduce
Try to import the data that has a column with "%" in it.
Expected behavior
The table should be created with no errors.
Screenshots
N/A
Your environment
Additional context
Initially, I thought it might be a problem with missing quotas for column names, but the target takes care of it. After that, I found this issue - snowflakedb/snowflake-sqlalchemy#327. It might provides an explanation and possible solution.
The text was updated successfully, but these errors were encountered: