diff --git a/README.md b/README.md index 3c8ab7ae..29a00140 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 diff --git a/dbt_project.yml b/dbt_project.yml index c2d7b4b9..44006276 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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"