tekumara / fakesnow

Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally.
Apache License 2.0
100 stars 9 forks source link

feat: Support timestamp_ntz. #96

Closed DanCardin closed 4 months ago

DanCardin commented 4 months ago

Do you have a suggestion/preference on how I should go about adding support for this? I have the failing test, but although i see "timestamp_ntz" referenced in the repo, not so whatever would be required to support it at the table creation level.

tekumara commented 4 months ago

Hi @DanCardin I've added support for TIMESTAMP_NTZ in 0493ce6 - it should work for your use-case too.

DanCardin commented 4 months ago

Ah, can confirm that release does fix my issue. thanks!