-
Re: Can't create a code env from a newer Python version (local DSS installation)
Remove all the installations done via Brew and install all the desired Python versions using the MacOS installers. Then make sure your shell profile adds all the relevant bin directories to the PATH …1 · -
Re: How to integrate GPU from an external instance to my actual Dataiku instance
First of all let say that getting a GPU working in a Dataiku is not usually a trivial task. The difficulty will vary a lot depending on what GPU you want to work with, what software stack you want to…1 · -
Re: Bundle secret credentials to automation node
This is an area Dataiku should improve. I suggest you vote on the Share Secrets proposal. As for your question indeed you will need to load the secrets on the corresponding account in the Automation …1 · -
Re: Bundle secret credentials to automation node
I wouldn't use a JSON file as that would have the secret unencrypted presumably. I would store them as User Secrets as these can be encrypted. The page I linked shows how to retrieve them via th…1 · -
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 ·