Hello, From a dataset i created some cards in the sheet "Statistics" in order to analyse some variables. Then i added some of these cards on a dedicated Dashboard. I'm surprised to observe that my car…
Hi All, I have a Python recipe that outputs a SQL Dataset. I wish to control to which SQL Database the output Dataset is written to. I have been able to do it with the following code: import dataikuim…
I am using a pre-filter criteria in join recipe and then using a left join but somehow it seems the joining is taking place on all dataset instead of dropping the rows according to the pre-filter comd…
Hello- I am struggling with the most basic of custom python triggers. I have it set to fire every minute but nothing happens! I pulled the syntax from…
I have a dataset that will have to be imported into another system as a series of .CSV files. Is there a way to have DSS write several files into a folder based on selection from several columns of th…
I have a business requirement to deliver a dataset via SFTP, but the dataset must be split into files each containing n records. There can be a different number of records each time, which means there…
Hello, Im reading in the documentation that it is possible to write some sort of macro which will shut down notebook kernels on an instance https://doc.dataiku.com/dss/latest/operations/processes.html…
Is there a way to run a small code snippet before or after every recipe (both visual and code recipes) ? I could achieve this by appending a code recipe to every existing recipe but hoping not to "pol…
Im having some frustration applying filters to a dashboard. Ive got a bunch of features on the X axis of a bar graph, and I want to use a filter to just select one. When I go to uncheck all of the box…
Hello, I've got this error message when using a custom python recipe Code: # -*- coding: utf-8 -*-import dataikuimport pandas as pd, numpy as npfrom dataiku import pandasutils as pdufrom sklearn.metri…