Open s-jorgenfroland opened 8 months ago
I tested upgrading singer-sdk to version 0.35.0 in target-snowflake and now it works.
@s-jorgenfroland thanks for confirming. Do give version 0.7.0 version (just release) a try, since it references the latest singer-sdk
(0.36.1).
We are using Meltano tap-mssql to extract data from a database and target-snowflake to ingest data to Snowflake. After a deploy yesterday, we started facing an issue we have a hard time understanding. Therefore we want to reach out here to see if there is a bug or if anyone have suggestions to solving this. We are using our own version of the plugin, built on target-snowflake with a few changes, but no changes related to validation of schema.
The issue:
tap-mssql generates this schema:
One of the columns that fails is this:
The issue occurs during execution of target-snowflake and this is the error-message:
This is how the value of POSTINGDATE looks like in the record (other columns are removed):
Anyone have an idea to why we are getting this error?