-
Re: Renaming the output dataset of SQL Script and its impact to the script
Please note that doing what you did leaves an orphan table in your database. So you should go and drop it manually now.1 · -
Re: copying trained model using visual recipe from one project to another
That looks like a bug to me, I suggest you raise it with Dataiku Support.1 · -
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 ·