Skip to content

Commit

Permalink
Update dbt_artifacts version to 2.2.0 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
jared-rimmer authored Nov 2, 2022
1 parent e640c06 commit 90e3233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This package builds a mart of tables and views describing the project it is inst

## Supported Data Warehouses

The package currently supports
The package currently supports

- Databricks :white_check_mark:
- Spark :white_check_mark:
Expand Down Expand Up @@ -35,7 +35,7 @@ See the generated [dbt docs site](https://brooklyn-data.github.io/dbt_artifacts/
```
packages:
- package: brooklyn-data/dbt_artifacts
version: 2.1.1
version: 2.2.0
```

2. Run `dbt deps` to install the package
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'dbt_artifacts'
version: '2.1.1'
version: '2.2.0'
config-version: 2
require-dbt-version: ">=1.3.0"
profile: "dbt_artifacts"
Expand Down

0 comments on commit 90e3233

Please sign in to comment.