-
Re: How to ad leading 0s
You have not responded to my answer in your other thread which seems to be related to this. Perhaps you are trying to calculate the difference between two dates and display the result in hh:mm:ss for…1 · -
Re: Create a Macro
Let's start from the beggining. What exactly are you trying to automate and why?1 · -
Re: dataset.build() doesn't work for streaming python recipe output dataset
Continuous recipes are a different beast and you need to use special methods to start and stop them: import dataikuclient = dataiku.api_client()project = client.get_project('some project key wit…1 · -
Re: Set up warning for failure in the scenario
@Ruta wrote:I still have some confusion here, I have created scenario with steps to calculate percentage of 0 in a column and stored it in a new data set. In order to be able to take conditional step…1 · -
Re: Outer Join "Not available with this engine"
You can but it’s a manual process. First you need to manually sync the datasets to the database using a Sync recipe. Then multi-select the datasets and select the Change Connection on the right pane …1 ·