Hey I am using `target-snowflake` and getting an e...
# singer-targets
a
Hey I am using
target-snowflake
and getting an error below:
Copy code
2024-09-26 13:35:46,274 | ERROR    | sqlconnector         | Error adapting column type for '"Company"."RAW_SNAPCHAT"."ORGANIZATIONS".updated_at', 'TIMESTAMP_TZ' to 'TIMESTAMP_NTZ' (new sql type)
What does this means
Update: When I changes all my
timestamp_tz
columns in target table to
timestamp_ntz
, the target worked.
However, it used to work earlier. I used to have a different target-snowflake then ( i think pipeline wise one)
e
The two targets probably map types differently to Snowflake columns