-
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 · -
Re: Version stability
12.3 to 12.5 is not a major upgrade at all. If you look at the Dataiku Release Notes you will see that moving from 12.3 to 12.5 is just a 3 months jump. In fact there were 6 Dataiku releases between …1 ·