Skip to content

Commit

Permalink
add enabled flag to manifest schema
Browse files Browse the repository at this point in the history
  • Loading branch information
tsturge committed Oct 30, 2024
1 parent b5d8424 commit 56f2300
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions schemas/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

0 comments on commit 56f2300

Please sign in to comment.