Skip to content

Commit

Permalink
Merge pull request #180 from dbt-labs/patrickyost/sl-2896-add-tags-to…
Browse files Browse the repository at this point in the history
…-saved-queries

Add Tags to Semantic Layer Saved Queries
  • Loading branch information
theyostalservice authored Dec 19, 2024
2 parents 1dfd5cb + bc60eaa commit 59d6420
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions schemas/latest/dbt_yml_files-latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,19 @@
"additionalProperties": false
}
},
"tags": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"config": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 59d6420

Please sign in to comment.