Skip to content

Commit

Permalink
Merge pull request #7 from re-data/feature/0.1.5
Browse files Browse the repository at this point in the history
Create projects under _re schema
  • Loading branch information
mateuszklimek authored Jul 19, 2021
2 parents 355b425 + 8ca99c4 commit 5b5f0d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ vars:
# as tables. These settings can be overridden in the individual model files
# using the `{{ config(...) }}` macro.

require-dbt-version: [">=0.19.1", "<0.20.0"]
require-dbt-version: [">=0.19.1", "<0.20.0"]

models:
re_data:
+schema: re

0 comments on commit 5b5f0d2

Please sign in to comment.