Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 315 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 315 Bytes

stram

A few Python functions to run batch data flows in Snowflake using the Snowflake Python Connector

Usage

  • Tested with Python 3.7.11
  • Copy .env.example, save as .env, and edit with your Snowflake account specifics
  • pip install --upgrade pip
  • pip install -r requirements
  • python example_use.py