-
Re: Granting Editing and Webapp Launch Capabilities to Explorer License Users
Editing Wikis: You can develop a Webapp that allows them to upload images using an admin API key behind the webapp and the Dataiku API upload_attachement() method. Launching webapps: I would agree wi…1 · -
Re: importing module to dataiku jupyter
New/updated libraries require that you reload the Notebook and Dataiku copies the libraries for Jupyter kernel to be able to execute them. Click on the Force Reload button on the Notebook.1 · -
Re: How to resolve permission error related to DeepFace in Dataiku?
This error is happening since the DeepFace package is trying to write to a folder you don't have permissions to. You can see the code doing that here: https://github.com/serengil/deepface/blob/c…1 · -
Re: Multiple Joins to mimic VLOOKUP?
Split and Fold is the way to go.1 · -
Re: How to set a project variables with Python
As the update_variables() method documents the variables must be strings, numbers, booleans, lists or dicts. Dates are not supported. Convert to string and make the type is a string before you try to…1 ·