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 providedatabaseandschemaor not at all. - Refer to function doc detail for list of operation and how to use it.