Hi everyone, I have designed my dataset where it will always have single value either 'true' or 'false'. In my Dataiku scenario. I want to control the flow based on this output. If Dataset contains 't…
I would like to use a Project Variable to explicity state which partition of a recipe I would like to run. See the attached screenshot - I used the variable expansion syntax but DSS did not interpret …
In scenarios there is a possibility to create custom variables via python code in the "Reporters" section. How can I access global variable in the python? Import of dataiku is not possible <type 'exce…
Hello, i want to add a variable which comes from partitioning to the table. So I am using the function in my python script: dataiku.dku_flow_variables["DKU_DST_id"] but getting the error AttributeErro…
Hello everyone! So, i am working on a project where we have a webApp in bokeh and ml pipeline in flow section of DataIku. So, the application has several input fields which should be supplied to the m…
Hello, I first create in visual analysis a ML model and then deploy it. My model is fed with new data regularly so how can I get each time automatically the refreshed report with "interpretation" and …
Hello nice people I am pulling data from REST API in a jupyter notebook in DSS and do a lot of things on the pandas dataframe I am creating I would like to save the dataframe as a dataset I can later …
Hi, Is there any way to get notification about any upcoming releases? I always check the website, but it seems not efficient way and I cannot track it always since there are many sub-releases came fre…
Hi, I need to set a project level variable from a python recipe. How can I do that? I dont want to use Scenario in this case. Thanks for the example, Tomas