-
Re: Have the ability to use third-party module for Python UserDefinedFunction in a recipe
DSS Version 6, released December 2019, bring native python for preparation. The Python processor in data preparation can now use a real Python process, which allows usage of Python 3 and of any addit…1 · -
Re: Access Files on computer through Jupyter Notebook
Use a Managed Folder to store your file. DSS is not a desktop notebook system and designed to run on servers and on clouds. folder = dataiku.Folder("myFolder")with folder.get_download_strea…2 · -
Re: Using Global Tag Categories
Well I can tell you what the designers of the feature had in mind. An international company wanted to tag every project with a division and a country as part of their compliance regs. It was importan…2 · -
Re: Packaging Dataiku Flow into an API
Hi Yes, you can call scenarios from the DSS Public API very easily. Have a look as well at this article on building a Jenkins pipeline . There is a zip with sample code. Finally, if you are using DSS…1 · -
Re: Weird behaviour for "Remove rows where cell is empty" processor
Also, if you add the new column explicitly first, using a Formula processor that sets the cells to zero, then the All columns works.1 ·