Set up your sheetwork profile
What is the sheetwork profile?
How to set up your profiles.yml?
# navigate to your sheetwork folder
cd ~/.sheetwork
# create an empty profiles.yml file
touch profiles.ymlSnowflake Connection
profiles:
# first entry correspond to your project name.
my_sheetwork_project:
# specify a default target profile to use if you want. I called mine "dev"
target: dev
# outputs contains one "block" per target profile
outputs:
dev:
db_type: snowflake
account: <your_snowflake_account>
user: <your_username>
password: <your_password>
role: <your_role>
database: <a_target_database_in_your_account>
warehouse: <warehouse_to_use>
schema: <default_schema_for_your_target>
guser: <your_google_API_client_email>Last updated
Was this helpful?