-
Re: progress of recipes while running in webapp backend
Hi Kenza29, The Jobs API allow you to list jobs for a given project and find out which one(s) are active. In particular, the dataikuapi.dss.job.DssJob.get_status() method gives you the state of all t…1 · -
Re: Exposing full flow through API
Hi KTE, This sounds like a use-case for Dataiku Applications. The intuition behind this feature is to allow users to create templated parametrized projects where they can define: - which input(s) to …2 · -
Re: Custom Plugins Backward Compatibility
Hi, It will depend a lot on: - what the custom recipe does and the changes applied to it, - what the scenario does. For example, modifying the number and/or schemas of the output dataset(s) may disru…1 · -
Re: inter-rows computations
Hi, You can use the Window recipe and generate a "lag" column that will take the "previous" value of another column with respect to an ordering column you will specify (in your ca…1 ·