Shopify / pyoozie

Library for querying and scheduling with Apache Oozie
https://py-oozie.readthedocs.io
MIT License
11 stars 12 forks source link

Add validation on action names #5

Closed cfournie closed 7 years ago

cfournie commented 7 years ago

Oozie workflow action names are identifiers, and identifiers must conform to ([a-zA-Z_]([\-_a-zA-Z0-9])*){1,39}. This PR adds this enforcement.

review/ @honkfestival @kmtaylor-github

honkfestival commented 7 years ago

LGTM