Shopify / pyoozie

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

Make validate_id and validate_name public #21

Closed cfournie closed 7 years ago

cfournie commented 7 years ago

This PR renames and makes public two functions, validate_xml_name and validate_xml_id. These are useful for API users who are trying to create valid workflow/coordinator names (validated by validate_xml_name) or valid action names (validated by validate_xml_id).

Fixes https://github.com/Shopify/pyoozie/issues/18.