DeepLcom / sql-mock

A Python library to test your SQL models using mocked input data
MIT License
33 stars 5 forks source link

Add Snowflake support #29

Closed Somtom closed 8 months ago

Somtom commented 8 months ago

What problem does this PR solve

Currently the library is lacking Snowflake support.

What changed

Added basic Snowflake support and docs

Checklist