diff --git a/dbt_project.yml b/dbt_project.yml index e1647e3..151ea91 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -4,9 +4,10 @@ version: '0.7.1' require-dbt-version: [">=1.3.0", "<2.0.0"] models: github_source: - materialized: table tmp: - materialized: view + +materialized: view + +materialized: table + +schema: github_source vars: github_source: issue_assignee: "{{ source('github', 'issue_assignee') }}"