Skip to content

Commit 59d6420

Browse files
authoredDec 19, 2024
Merge pull request #180 from dbt-labs/patrickyost/sl-2896-add-tags-to-saved-queries
Add Tags to Semantic Layer Saved Queries
2 parents 1dfd5cb + bc60eaa commit 59d6420

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎schemas/latest/dbt_yml_files-latest.json

+13
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,19 @@
524524
"additionalProperties": false
525525
}
526526
},
527+
"tags": {
528+
"anyOf": [
529+
{
530+
"type": "array",
531+
"items": {
532+
"type": "string"
533+
}
534+
},
535+
{
536+
"type": "string"
537+
}
538+
]
539+
},
527540
"config": {
528541
"type": "object",
529542
"properties": {

0 commit comments

Comments
 (0)