Skip to content

Commit

Permalink
feat: set schema to read from env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Nov 9, 2023
1 parent be4f249 commit f6b2a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/root/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
sources:
- name: medic
database: "{{ env_var('POSTGRES_DB') }}"
schema: v2
schema: "{{ env_var('DBT_POSTGRES_SCHEMA') }}"
tables:
- name: medic
models:
Expand Down

0 comments on commit f6b2a22

Please sign in to comment.