Skip to content

Commit

Permalink
add unrendered_schema and unrendered_database to sources (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichelleArk authored Sep 30, 2024
1 parent db7cc78 commit b061662
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions dbt/manifest/v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -8198,6 +8198,28 @@
},
"created_at": {
"type": "number"
},
"unrendered_database": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"unrendered_schema": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
},
"additionalProperties": false,
Expand Down Expand Up @@ -18101,6 +18123,28 @@
},
"created_at": {
"type": "number"
},
"unrendered_database": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
},
"unrendered_schema": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null
}
},
"additionalProperties": false,
Expand Down

0 comments on commit b061662

Please sign in to comment.