This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#For the purposes of logging changes, ignore everything except the section at the bottom introduced with comment | |
name: 'my_new_project' | |
version: '1.0.0' | |
config-version: 2 | |
profile: 'default' | |
source-paths: ["models"] | |
analysis-paths: ["analysis"] | |
test-paths: ["tests"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Do a find replace on {{ project_name }} with the name of your project. | |
// This will be used in naming your resources, for example databases named {{ project_name }}_DEV and {{ project_name }}_PROD | |
// Also find and replace {{ qa_svc_accnt_password }} and {{ prod_svc_accnt_password }} | |
// After completing find and replace, read through each section to make sure you want to follow this setup | |
// If you run all of these commands in Snowflake you will create DEV, QA, and PROD resources, | |
// including Databases, Warehouses, Roles, and Service Accounts | |
// Pay special attention to granting privileges on your sources section and make sure you grant the needed privileges to some users! | |
//============================================================================= | |
// create data resources |