Open
Description
An advanced usage pattern for Dataiku Applications consists in running the following operations with code executed outside of DSS :
- creating, parametrising and running an application instance
- retrieve the output(s),
- delete the application instance.
The goal of this item is to provide a small working example of such a pattern, called "app-as-API" since it relies on the public API for application instance creation/execution/deletion.