Simple wrapper that supports many Snowflake daily operation.
- Just call the wrapper
db = SnowflakeDatabase(database=DATABASE_RAW, schema=SCHEMA)
depending on your setup you can providedatabase
andschema
or not at all. - Refer to function doc detail for list of operation and how to use it.