Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-whitestone authored Jul 7, 2023
1 parent 31c2ae7 commit bf3b513
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.2.0",
"dbt_snowflake_query_tags_version": "2.3.0",
"app": "dbt",
"dbt_version": "1.4.0",
"project_name": "my_project",
Expand Down Expand Up @@ -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
}
Expand All @@ -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
Expand Down

0 comments on commit bf3b513

Please sign in to comment.