-
Re: FInding flow zones by tag name?
PS: If you are going to be doing these searches over your whole projects it will highly advisable to create a cache table with all the projects/zones/tags and refresh it every hour or whatever you co…1 · -
Re: FInding flow zones by tag name?
This should give you enough to find out what you want: import dataikuclient = dataiku.api_client()project = client.get_project('some_project_key')flow = project.get_flow()zones = flow.list_…1 · -
Re: Do I need to create a dataset for every recipe?
The Dataiku design decision to persist every dataset at every step is one of the key unique selling points of the product. This allows less experienced users, aka clickers, to be able to see changes …1 · -
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 ·