-
Re: Detecting and Handling Long-Running Scenarios in Dataiku 12.5
There is no built-in way to do what you want so you will need to build your own solution to fit your needs. The Dataiku API is the way to go. Personally I would prefer something that runs outside of …1 · -
Re: Deactivate user account
The impact on deleting or deactivating will be the same, if the user has any scenarios scheduled to run they will fail to run. Deactivating removes the license but keeps the reference to the user, so…1 · -
Re: Parameterize email in Scenario
Depending on what you are trying to do you can put it on a Global Variable, Project variable (local or Global) or even fetch dynamically from somewhere in code: https://doc.dataiku.com/dss/latest/sce…1 · -
Re: Add missing dates
That is called data densification and there are many ways to do that in Dataiku depending on what technologies you have available. My preference would be to create the date range using pandas in a ou…3 · -
Re: Joining Dataset
Use a Window recipe to get the data partitioned and filtered. On Window definitions set the partition columns to your primary key and order columns to the primary key and your date/time column descen…1 ·