Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees committed Dec 21, 2022
1 parent 0521992 commit 16ebc2a
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
7 changes: 7 additions & 0 deletions .changes/1.3.0.md
Original file line number Diff line number Diff line change
@@ -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))


7 changes: 0 additions & 7 deletions .changes/unreleased/Features-20221221-132810.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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`:
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_snowflake_monitoring'
version: '1.2.3'
version: '1.3.0'
config-version: 2

profile: dbt_snowflake_monitoring
Expand Down

0 comments on commit 16ebc2a

Please sign in to comment.