-
Re: How to share a chart created in DSS to a person who does not have DSS account
Dataiku can give you “Reader” licenses that are usually “free”. Speak with your account manager or customer success manager.1 · -
Re: Project Folder should be capable to manage permissions for underlying projects.
We do this ourselves using the Python API. Users can tag a project with a specifc tag. We ran our process every 30mins and it picks projects tagged and does the folder⇒project permissions cascade. Th…1 · -
Re: Huge time to update project permissions with Python API
Well it sounds wrong to implement a slow solution just because some random user may decide to remove some admin group they shouldn't remove. In that case you can warn users not to do that. Users…1 · -
Re: Get Dataiku Projects with Tag "Foo"
I am not aware of an API that can filter projects by tag so you will need to get all of the tags for all of the projects first and then filter that. You can add this line to your code to collect all …1 · -
Re: Create a code environment manager module
https://community.dataiku.com/discussion/comment/44526#Comment_44526 I never meant to imply that your request was unreasonable or even harder to implement. I also never said that providing an API is …1 ·