DKUtils¶
DataKitchen provides a Python package, DKUtils, to help facilitate work with the Automation API.
DKUtils provides:
- Utility functions and classes that are used in DataKitchen recipes.
- A Python API client for interacting with the Automation REST API (DataKitchenClient.
- Utility classes and methods for interacting with tools commonly orchestrated in recipes. For example, Alteryx, Jira, Gmail, and others.
Install and development details¶
You can find the installation file on PyPI, while technical and developer documentation can be found at https://datakitchen.github.io/DKUtils/index.html.
A Jupyter Notebook with DKUtils examples is available on GitHub.