Skip to content

Commit

Permalink
Create profile_template.yml (#32)
Browse files Browse the repository at this point in the history
* Create target_options.yml

* Delete sample_profiles.yml

* Add SSO config

* Update and rename to profile_template
  • Loading branch information
NiallRees authored Oct 25, 2021
1 parent a995b2c commit 9335fd4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 29 deletions.
34 changes: 34 additions & 0 deletions dbt/include/snowflake/profile_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
fixed:
type: snowflake
prompts:
account:
hint: 'https://<this_value>.snowflakecomputing.com'
user:
hint: 'dev username'
_choose_authentication_type:
password:
password:
hint: 'dev password'
hide_input: true
keypair:
private_key_path:
hint: 'path/to/private.key'
private_key_passphrase:
hint: 'passphrase for the private key, if key is encrypted'
hide_input: true
sso:
authenticator:
hint: "'externalbrowser' or a valid Okta URL"
default: 'externalbrowser'
role:
hint: 'dev role'
warehouse:
hint: 'warehouse name'
database:
hint: 'default database that dbt will build objects in'
schema:
hint: 'default schema that dbt will build objects in'
threads:
hint: '1 or more'
type: 'int'
default: 1
29 changes: 0 additions & 29 deletions dbt/include/snowflake/sample_profiles.yml

This file was deleted.

0 comments on commit 9335fd4

Please sign in to comment.