Configuration & Authentication
What is a sheetwork project?
Create your `sheetwork_project.yml` file
# create a directory
mkdir ~/my_sheetwork_project/
# create an empty sheetwork_project.yml file
touch ~/my_sheetwork_project/sheetwork_project.ymlname: 'my_sheetwork_project' # the name can be anything of your choosing
target_schema: 'sandbox' # optional default schema where you want your sheets to land
# if true, tables will always be created, you can set it to False
# if you would like to control this on every run (check out Running Sheetwork
# for more info
always_create: true Last updated
Was this helpful?