Skip to content

Commit

Permalink
Merge pull request #84 from get-select/2.0.2
Browse files Browse the repository at this point in the history
Release 2.0.2
  • Loading branch information
NiallRees authored Feb 21, 2023
2 parents 84f37b6 + 02bbaf4 commit 51b91a6
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .changes/2.0.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## dbt-snowflake-monitoring 2.0.1 - February 17, 2023

### Fixes
### Features

- Add spend_net_cloud_services ([#80](https://github.com/get-select/dbt-snowflake-monitoring/pull/80))

Expand Down
7 changes: 7 additions & 0 deletions .changes/2.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## dbt-snowflake-monitoring 2.0.2 - February 21, 2023

### Fixes

- Use the model database and schema for UDF creation ([#83](https://github.com/get-select/dbt-snowflake-monitoring/pull/83))


10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ 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 2.0.1 - February 17, 2023
## dbt-snowflake-monitoring 2.0.2 - February 21, 2023

### Fixes

- Use the model database and schema for UDF creation ([#83](https://github.com/get-select/dbt-snowflake-monitoring/pull/83))



## dbt-snowflake-monitoring 2.0.1 - February 17, 2023

### Features

- Add spend_net_cloud_services ([#80](https://github.com/get-select/dbt-snowflake-monitoring/pull/80))


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add the following to your `packages.yml` file:
```yaml
packages:
- package: get-select/dbt_snowflake_monitoring
version: 2.0.1
version: 2.0.2
```
To attribute costs to individual models via the `dbt_metadata` column in the `query_history_enriched` model, query tags are added to all dbt-issued queries. To configure the tags, follow one of the two options below.
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: '2.0.1'
version: '2.0.2'
config-version: 2

profile: dbt_snowflake_monitoring
Expand Down

0 comments on commit 51b91a6

Please sign in to comment.