Skip to content

Commit

Permalink
Create profile_template.yml (dbt-labs#29)
Browse files Browse the repository at this point in the history
* Create target_options.yml

* Delete sample_profiles.yml

* update for latest changes
  • Loading branch information
NiallRees authored Oct 25, 2021
1 parent 4c8b204 commit a7b7ae5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
25 changes: 25 additions & 0 deletions dbt/include/redshift/profile_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
fixed:
type: redshift
prompts:
host:
hint: 'hostname.region.redshift.amazonaws.com'
port:
default: 5439
type: 'int'
user:
hint: 'dev username'
_choose_authentication_method:
password:
password:
hint: 'dev password'
hide_input: true
iam:
_fixed_method: iam
dbname:
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
25 changes: 0 additions & 25 deletions dbt/include/redshift/sample_profiles.yml

This file was deleted.

0 comments on commit a7b7ae5

Please sign in to comment.