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 1d3fdf6
Show file tree
Hide file tree
Showing 8 changed files with 451,443 additions and 11,346 deletions.
4 changes: 2 additions & 2 deletions dbt/catalog/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dbt_version": {
"type": "string",
"default": "1.7.14"
"default": "1.10.0a1"
},
"generated_at": {
"type": "string"
Expand Down Expand Up @@ -422,4 +422,4 @@
"sources"
],
"$id": "https://schemas.getdbt.com/dbt/catalog/v1.json"
}
}
11,389 changes: 5,142 additions & 6,247 deletions dbt/catalog/v1/index.html

Large diffs are not rendered by default.

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.

2 changes: 1 addition & 1 deletion dbt/run-results/v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dbt_version": {
"type": "string",
"default": "1.9.0a1"
"default": "1.10.0a1"
},
"generated_at": {
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions dbt/run-results/v6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h2 class="mb-0">
d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z"
/>
</svg>
<a href="#metadata_dbt_version" onclick="anchorLink('metadata_dbt_version')">dbt_version</a></div><span class="badge badge-dark value-type">Type: string</span> <span class="badge badge-success default-value">Default: "1.9.0a1"</span><br/>
<a href="#metadata_dbt_version" onclick="anchorLink('metadata_dbt_version')">dbt_version</a></div><span class="badge badge-dark value-type">Type: string</span> <span class="badge badge-success default-value">Default: "1.10.0a1"</span><br/>



Expand Down Expand Up @@ -2948,6 +2948,6 @@ <h2 class="mb-0">
</div>

<footer>
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2024-12-04 at 15:53:18 +0000</p>
<p class="generated-by-footer">Generated using <a href="https://github.com/coveooss/json-schema-for-humans">json-schema-for-humans</a> on 2024-12-18 at 15:48:50 -0800</p>
</footer></body>
</html>
4 changes: 2 additions & 2 deletions dbt/sources/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dbt_version": {
"type": "string",
"default": "1.7.14"
"default": "1.10.0a1"
},
"generated_at": {
"type": "string"
Expand Down Expand Up @@ -277,4 +277,4 @@
"elapsed_time"
],
"$id": "https://schemas.getdbt.com/dbt/sources/v3.json"
}
}
9,048 changes: 3,957 additions & 5,091 deletions dbt/sources/v3/index.html

Large diffs are not rendered by default.

0 comments on commit 1d3fdf6

Please sign in to comment.