Skip to content

Commit

Permalink
Rename models yml files to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Aug 5, 2023
1 parent 80f063b commit dd89088
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/profiles.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default:
outputs:
dev:
env:
type: postgres
threads: 1
host: localhost
Expand All @@ -9,4 +9,4 @@ default:
pass: "{{ env_var('DBT_POSTGRES_PASSWORD') }}"
dbname: "{{ env_var('POSTGRES_DB') }}"
schema: "{{ env_var('DBT_POSTGRES_SCHEMA') }}"
target: dev
target: env

0 comments on commit dd89088

Please sign in to comment.