Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 354 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 354 Bytes

Airflow python wrapper for Snowflake

Simple wrapper that supports many Snowflake daily operation.

How to use

  • Just call the wrapper db = SnowflakeDatabase(database=DATABASE_RAW, schema=SCHEMA) depending on your setup you can provide database and schema or not at all.
  • Refer to function doc detail for list of operation and how to use it.