forked from dbt-labs/dbt-redshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create profile_template.yml (dbt-labs#29)
* Create target_options.yml * Delete sample_profiles.yml * update for latest changes
- Loading branch information
Showing
2 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains 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
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 |
This file was deleted.
Oops, something went wrong.