by Health Union
SnowShu enables data developers to author transforms and models in a highly performant, fully local environment. It is designed to make true red-green TDD not only possible for data development, but painless and blazingly fast.
Note: SnowShu requires Docker, if you have not done so first install Docker.
To get started install with
pip install snowshu
Then create new replica.yml
and credentials.yml
files with
snowshu init
Configure your replica.yml
and credentials.yml
files, then execute with
snowshu create
and your replica is ready for use!
Check out the full documentation here