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
Reserved words and casing shouldnt affect the comparisons anymore. I'm going to close this for now but if someone runs into this again please reopen the issue.
https://github.com/MeltanoLabs/target-snowflake/blob/main/target_snowflake/sinks.py#L248
@kgpayne
Instead of
table.name = othertable.name
trytable.name IS DISTINCT FROM othertable.name
3 valued logic is fun!The text was updated successfully, but these errors were encountered: