Skip to content

Commit

Permalink
Add is_paused_upon_creation to dag args schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoung87 committed Jul 18, 2023
1 parent c295949 commit 1c6ed69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boundary_layer/schemas/dag.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class DagArgsSchema(StrictSchema):
user_defined_filters = fields.Dict()
doc_md = fields.String()
access_control = fields.Dict()
is_paused_upon_creation = fields.Boolean(allow_none=True)
# tags requires at least version 1.10.8
tags = fields.List(fields.String())

Expand Down

0 comments on commit 1c6ed69

Please sign in to comment.