From bf3b51340269848927df90f989579077dabadf35 Mon Sep 17 00:00:00 2001 From: Ian Whitestone Date: Fri, 7 Jul 2023 10:05:19 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ed4688..555ac62 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ An example query comment contains: ```json { - "dbt_snowflake_query_tags_version": "2.2.0", + "dbt_snowflake_query_tags_version": "2.3.0", "app": "dbt", "dbt_version": "1.4.0", "project_name": "my_project", @@ -45,7 +45,7 @@ Query tags are used solely for attaching the `is_incremental` flag, as this isn' ```json { - "dbt_snowflake_query_tags_version": "2.1.0", + "dbt_snowflake_query_tags_version": "2.3.0", "app": "dbt", "is_incremental": true } @@ -58,7 +58,7 @@ Query tags are used solely for attaching the `is_incremental` flag, as this isn' ```yaml packages: - package: get-select/dbt_snowflake_query_tags - version: 2.1.0 + version: [">=2.0.0", "<3.0.0"] ``` 2. Adding the query tags