-
Re: from where can the osm extractor plugin be downloaded?
Hi Derick, The official page for this plugin is https://www.dataiku.com/resources/plugins/info/osm-extractors.html . We invite you to contact us with your email and a description of what you would ne…1 · -
Re: failed to create a table in oracle through dss
Quoted oracle names are case sensitive. Maybe you need to replace "dsa" by "DSA"?1 · -
Re: Is there a way to conditionally delete duplicates based on some key?
Depending on your use case, there are several possibilities. For a start, I would use a visual “group recipe”. It allows to keep only the line with the most recent timestamp. - group by phone number …1 · -
Re: How to retrieve deleted recipes?
Hi, As said by Jeremy, DSS stores all configuration modifications in an internal git repository. This repository is not exposed in the GUI. Everything that follows is not officialy supported, so befo…1 · -
Re: Setting up DSS Python so that standard users (non-sudoers) can install modules through the web appli
Hi, This is not an answer directly to your question, but I would like to point two things: * DSS sets up a virtual Python environment when it is installed, so you do not need to create one. All Pytho…1 ·