Skip to content

Commit

Permalink
Add tags to Saved Queries
Browse files Browse the repository at this point in the history
This PR copies over the changes from [this change ](dbt-labs/dbt-core#10987)
to dbt-core.
  • Loading branch information
theyostalservice committed Dec 18, 2024
1 parent 8c6cc71 commit 83bb063
Show file tree
Hide file tree
Showing 2 changed files with 442,337 additions and 1 deletion.
26 changes: 26 additions & 0 deletions dbt/manifest/v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -19781,6 +19781,19 @@
"name"
]
}
},
"tags": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -21399,6 +21412,19 @@
"name"
]
}
},
"tags": {
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
}
},
"additionalProperties": false,
Expand Down
442,312 changes: 442,311 additions & 1 deletion dbt/manifest/v12/index.html

Large diffs are not rendered by default.

0 comments on commit 83bb063

Please sign in to comment.