diff --git a/.changes/1.3.0.md b/.changes/1.3.0.md new file mode 100644 index 0000000..4088ce6 --- /dev/null +++ b/.changes/1.3.0.md @@ -0,0 +1,7 @@ +## dbt-snowflake-monitoring 1.3.0 - December 21, 2022 + +### Features + +- Add dbt_queries model to easily understand dbt model costs with links to dbt Cloud ([#47](https://github.com/get-select/dbt-snowflake-monitoring/pull/47)) + + diff --git a/.changes/unreleased/Features-20221221-132810.yaml b/.changes/unreleased/Features-20221221-132810.yaml deleted file mode 100644 index 9e5d36b..0000000 --- a/.changes/unreleased/Features-20221221-132810.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Add dbt_queries model to easily understand dbt model costs with links to dbt - Cloud -time: 2022-12-21T13:28:10.065082Z -custom: - Author: NiallRees - PR: "47" diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd168d..5e6e1ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## dbt-snowflake-monitoring 1.3.0 - December 21, 2022 + +### Features + +- Add dbt_queries model to easily understand dbt model costs with links to dbt Cloud ([#47](https://github.com/get-select/dbt-snowflake-monitoring/pull/47)) + + + ## dbt-snowflake-monitoring 1.2.3 - December 15, 2022 ### Features diff --git a/README.md b/README.md index 812bd42..aafa48b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dbt-snowflake-monitoring -From the [SELECT](https://select.dev) team, a dbt package to help you monitor Snowflake performance and costs. Documentation for the models can be found [here](https://get-select.github.io/dbt-snowflake-monitoring/#!/overview). +From the [SELECT](https://select.dev) team, a dbt package to help you monitor Snowflake performance and coss. Documentation for the models can be found [here](https://get-select.github.io/dbt-snowflake-monitoring/#!/overview). ## Quickstart @@ -15,7 +15,7 @@ Add the following to your `packages.yml` file: ```yaml packages: - package: get-select/dbt_snowflake_monitoring - version: 1.2.3 + version: 1.3.0 ``` To attribute costs to individual models via the `dbt_metadata` column in the `query_history_enriched` model, add the following to `dbt_project.yml`: diff --git a/dbt_project.yml b/dbt_project.yml index fbe7cc5..92ace4a 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -1,5 +1,5 @@ name: 'dbt_snowflake_monitoring' -version: '1.2.3' +version: '1.3.0' config-version: 2 profile: dbt_snowflake_monitoring