Skip to content

Commit

Permalink
add tags field to dag (etsy#91)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Niskode-Dossett <[email protected]>
  • Loading branch information
2 people authored and m-lce committed Mar 22, 2021
1 parent 30dbbe2 commit cf45afd
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()
tags = fields.List(fields.String())

@validates_schema
def validate_callbacks(self, data):
Expand Down

0 comments on commit cf45afd

Please sign in to comment.