-
Re: Add users and grant permissions via dataikuapi for Projects
https://developer.dataiku.com/latest/concepts-and-examples/projects.html#editing-project-permissions1 · -
Re: ELT best practices? (workspace, intermediate data sets, views...)
Workspace (transient datasets): Have a look at SQL pipelines. Not having intermediate datasets is both a good and a bad thing. The whole concept of the Dataiku flow is that you can explore each of th…1 · -
Re: Marimo Notebooks Integration in DSS
Looks cool!1 · -
Re: Properly implement support for Building Flow Zones in Scenarios and the Dataiku API
And this is how it looks. You add a Build step, then you click on ADD ITEM, then click on Flow Zone and select the flow zone to build.1 · -
Re: Updating project long description using Python
What exactly do you call the long description? The project description is stored here: project = client.get_default_project() project_metadata = project.get_metadata() print(project_metadata['de…1 ·