Skip to content

Commit

Permalink
Add a profile_template.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
courentin committed Dec 21, 2021
1 parent bf89265 commit 4bdd1e3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dbt/include/athena/profile_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
fixed:
type: athena
prompts:
s3_staging_dir:
hint: S3 location to store Athena query results and metadata

region_name:
hint: AWS region of your Athena instance

schema:
hint: Specify the schema (Athena database) to build models into (lowercase only)

database:
hint: Specify the database (Data catalog) to build models into (lowercase only)
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def _dbt_athena_version() -> str:
"dbt": [
"include/athena/dbt_project.yml",
"include/athena/sample_profiles.yml",
"include/athena/profile_template.yml",
"include/athena/macros/*.sql",
"include/athena/macros/*/*.sql",
]
Expand Down

0 comments on commit 4bdd1e3

Please sign in to comment.