Skip to content

Commit

Permalink
Merge pull request #33 from rajan-lw/main
Browse files Browse the repository at this point in the history
updating target schemas
  • Loading branch information
fivetran-catfritz authored Mar 21, 2024
2 parents 301b87f + d45208f commit e5ea645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}"
Expand Down

0 comments on commit e5ea645

Please sign in to comment.