Skip to content

Commit

Permalink
upgrade manifest schema to add enabled to unit tests (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsturge authored Nov 6, 2024
1 parent 2c53b53 commit 4f83631
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions dbt/manifest/v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -20935,6 +20935,10 @@
"propertyNames": {
"type": "string"
}
},
"enabled": {
"type": "boolean",
"default": true
}
},
"additionalProperties": true
Expand Down Expand Up @@ -22500,6 +22504,10 @@
"propertyNames": {
"type": "string"
}
},
"enabled": {
"type": "boolean",
"default": true
}
},
"additionalProperties": true
Expand Down
2 changes: 1 addition & 1 deletion dbt/manifest/v12/index.html

Large diffs are not rendered by default.

0 comments on commit 4f83631

Please sign in to comment.