Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 479 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 479 Bytes

Setup

Create the environment

mamba env create -f env.yml

Activate the environment

mamba activate metaflow-snowflake-xgb-example

Create the demo DB in Snowflake

In a Snowflake SQL worksheet, run the queries in setup-preds-db.sql.

Run the flow

python flow.py --environment=conda run