Skip to content

RMCMAHON314/driftforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DriftForce

Snowflake drift detection that works. One file. Set environment variables and run. Slack webhook support added - use --webhook parameter

Configuration

Set these environment variables:

  • SNOWFLAKE_USER: Your username
  • SNOWFLAKE_PASSWORD: Your password
  • SNOWFLAKE_ACCOUNT: Your account (include region like XXX.us-east-1 for trial accounts)
  • SNOWFLAKE_WAREHOUSE: Your warehouse (default: COMPUTE_WH)
  • SNOWFLAKE_ROLE: Your role (default: SYSADMIN)

Test with: ./driftforce.py snapshot --database YOUR_DB --schema PUBLIC --save test.json