Shopify / pyoozie

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

Add basic XML tag generation #2

Closed cfournie closed 7 years ago

cfournie commented 7 years ago

This PR adds basic XML tag generation for Python 2 and 3 and a basic builder-interface that could be used to submit a simple workflow.

This PR leaves out:

https://github.com/Shopify/pyoozie/issues/3 documents non-implementation details that need to be fixed before releasing.

This PR should serve as a basis for adding Oozie API calls in a future PR.

review/ @honkfestival @kmtaylor-github