Skip to content

Commit 51d08d1

Browse files
authored
Merge pull request #490 from brooklyn-data/bug/type-for-macro-file
Bug: Typo in _macro.yml file
2 parents e0ae843 + 0393847 commit 51d08d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ See the generated [dbt docs site](https://brooklyn-data.github.io/dbt_artifacts/
4747
```
4848
packages:
4949
- package: brooklyn-data/dbt_artifacts
50-
version: 2.9.0
50+
version: 2.9.1
5151
```
5252

5353
:construction_worker: Make sure to fix at least the **minor** version, to avoid issues when a new release is open. See the notes on upgrading below for more detail.

dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "dbt_artifacts"
2-
version: "2.9.0"
2+
version: "2.9.1"
33
config-version: 2
44
require-dbt-version: [">=1.3.0", "<1.10.0"]
55
profile: "dbt_artifacts"

macros/_macros.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ macros:
8181
description: |
8282
The target schema that the v1 artifact sources are in - does not have to be different to `old_schema`
8383
## UTILS ##
84-
- name: copy_models
84+
- name: copy_model
8585
description: |
8686
A macro to help encapsulate model copying, specifically for the upload_model macro. Namely, this macro is helpful as the
8787
contract for the graph nodes is prone to change without warning. This macro makes handling for these changes easier and more DRY.

0 commit comments

Comments
 (0)