You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pnadolny13
changed the title
bug: TIMESTAMP_NTZ() fails in type casting
bug: TIMESTAMP_NTZ() fails when casting to python type while sorting types
Jun 14, 2023
I have a table with a column
_SDC_DELETED_AT
that is of type VARCHAR(16777216). When I switch to this target it wants to change that toTIMESTAMP_NTZ()
(rightfully so) but it fails at this line https://github.com/meltano/sdk/blob/3ceb28a97a77a5e22163fc887fe16ff129c2dc28/singer_sdk/connectors/sql.py#L912 when trying to adapt the column type because the snowflake SQLAlchemy typeTIMESTAMP_NTZ()
doesnt implementpython_type
https://github.com/snowflakedb/snowflake-sqlalchemy/blob/c200f971a745eb404ef68b9f8a248c7255056dc9/src/snowflake/sqlalchemy/custom_types.py#L56.The text was updated successfully, but these errors were encountered: