Skip to content

Commit cd6f8c4

Browse files
authored
Merge pull request #4006 from Yelp/u/tmower/add-uses-bulkdata-to-adhoc-schema-PERES-5307
Add uses_bulkdata to adhoc schema
2 parents 0d3c47d + 6ba3f71 commit cd6f8c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paasta_tools/cli/schemas/adhoc_schema.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
},
137137
"uniqueItems": true
138138
},
139+
"uses_bulkdata": {
140+
"type": "boolean"
141+
},
139142
"extra_volumes": {
140143
"type": "array",
141144
"items": {

0 commit comments

Comments
 (0)