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
I think I've found a bug when trying to set a column as nullable. I changed the tap schema to accept NULL and now the target is raising an AttributeError. The problem may be in this function:
Hello!
I think I've found a bug when trying to set a column as nullable. I changed the tap schema to accept
NULL
and now the target is raising anAttributeError
. The problem may be in this function:https://github.com/datamill-co/target-snowflake/blob/master/target_snowflake/snowflake.py#L579-L587
Traceback
The text was updated successfully, but these errors were encountered: