Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees committed Jun 23, 2023
1 parent 40f5885 commit 0d5c732
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
7 changes: 7 additions & 0 deletions .changes/2.2.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## dbt-snowflake-query-tags 2.2.0 - June 23, 2023

### Features

- Add full_refresh, which and invocation_command to comment ([#15](https://github.com/get-select/dbt-snowflake-query-tags/pull/15))


6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20230623-141155.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-query-tags 2.2.0 - June 23, 2023

### Features

- Add full_refresh, which and invocation_command to comment ([#15](https://github.com/get-select/dbt-snowflake-query-tags/pull/15))



## dbt-snowflake-query-tags 2.1.0 - May 26, 2023

### Features
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ An example query comment contains:

```json
{
"dbt_snowflake_query_tags_version": "2.1.0",
"dbt_snowflake_query_tags_version": "2.2.0",
"app": "dbt",
"dbt_version": "1.4.0",
"project_name": "my_project",
Expand All @@ -29,6 +29,8 @@ An example query comment contains:
"node_tags": ["tag_1", "tag_2"],
"node_meta": {"owner": "@alice", "model_maturity": "in dev"},
"materialized": "incremental",
"full_refresh": false,
"which": "run"

-- dbt Cloud only
"dbt_cloud_project_id": "146126",
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: 'dbt_snowflake_query_tags'
version: '2.1.0'
version: '2.2.0'
config-version: 2

0 comments on commit 0d5c732

Please sign in to comment.