Skip to content

Commit

Permalink
chore: manually define schema
Browse files Browse the repository at this point in the history
  • Loading branch information
njogz committed Jan 24, 2024
1 parent 00a1b28 commit cf1d236
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: "{{ env_var('DBT_POSTGRES_SCHEMA') }}"
schema: "dbt"
tables:
- name: medic
models:
Expand Down

0 comments on commit cf1d236

Please sign in to comment.