Skip to content

Commit

Permalink
Add uses_bulkdata to tron schema
Browse files Browse the repository at this point in the history
Following comments from @nemacysts
[here](https://yelp.slack.com/archives/CA53J9UJ0/p1721332229482589?thread_ts=1721143523.159819&cid=CA53J9UJ0)
- all we should need to do is add a boolean field to the tron schema to indicate
whether or not a job uses bulk data.
  • Loading branch information
timmow committed Aug 8, 2024
1 parent aa1171b commit 4e1b311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paasta_tools/cli/schemas/tron_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -650,6 +650,9 @@
},
"deploy_group": {
"type": "string"
},
"uses_bulkdata": {
"type": "boolean"
}
}
}
Expand Down

0 comments on commit 4e1b311

Please sign in to comment.