Set up your sheetwork profile
What is the sheetwork profile?
Your sheetwork profile is a .yml
file which holds a reference to your sheetwork project, a link to your google credential file (which we set up earlier) and your database credentials
How to set up your profiles.yml?
In the very first step, we created a .sheetwork
folder in your home directory in which we created a /google
folder to house your google credentials. Now is the time to create your profiles.yml
Open profiles.yml
in your editor of choice and configure it as follows:
Snowflake Connection
At the moment sheetwork only supports Snowflake. More database support to come depending on open-source contribution.
guser: you can find this in your google credentials json file in the client_email field.
That's it! You're all set up!
Last updated