This repo holds the Snowflake Data Profiler tool. This tool allows you to quickly build live data profile reports against your Snowflake data warehouse.
To build this project, run make image
. This will build a docker image containing the application server.
To run locally, run make container
and open localhost:5000
in your browser or postman.