-
Re: dataiku logout API
Expiring all user sessions only happens when you restart the DSS backend and enable session expiration. If you don't want that don't restart the DSS backend. Or don't enable session ex…1 · -
Re: Peek Under the Hood of Dataiku 12.5
This is very cool! Didn't know about this feature!!!1 · -
Re: Conditional textjoin in Dataiku help
A Group By recipe with concat on the column will give you the string concatenation:1 · -
Re: How to calculate day difference between rows with specific conditions
So I got it working but you need a Window Recipe and a Prepare Recipe. First the window recipe: Nothing on Aggregations as we need a Custom Aggregation: The output has now a new Visit_Date column: Fi…2 · -
Re: Table Index in join recipe in python api
While not answering your question directly one good trick when you are creating recipes via the API and want to figure out how things are structured is to create the recipe manually and then go in th…1 ·