Skip to content

Commit

Permalink
Fix typo (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisDavies authored Aug 4, 2023
1 parent b04fd47 commit 18bdf9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'upstream_prod'
version: '0.7.0'
version: '0.7.1'
config-version: 2

require-dbt-version: [">=1.5.0", "<2.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion macros/raise_ref_not_found_error.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[{{ current_model }}] upstream_prod couldnt find the specified model:

DATABASE: {{ relation.database }}
SCHEMA: {{ realtion.schema }}
SCHEMA: {{ relation.schema }}
RELATION: {{ relation.identifier }}

Check your variable settings in the README or create a GitHub issue for more help.
Expand Down

0 comments on commit 18bdf9c

Please sign in to comment.