tekumara / fakesnow

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

fix: Ensure type column in information_schema views is not null #121

Closed DanCardin closed 3 months ago

DanCardin commented 3 months ago

I noticed this when trying to use snowflake-sqlalchemy to test view creation using fakesnow. It's actually sort of also a bug in snowflake-sqlalchemy, that it's hitting an untested code path and failing. but also, this column should have a type, and adding one avoids the latent bug in snowflake-sqlalchemy.