Looking for a way to capture Python logging output from a recipe in a file. I explored directing output to a file in a managed folder but writing to a managed folder requires use of the API. Any other…
I got an error when executing SQLexecutor function in Dataiku IPyhton. This is the command that I used: import dataiku import pandas as pd, numpy as np from dataiku import pandasutils as pdu from data…
Hi, Is it possible to make calls to DSS's Open Refine Server. We want to make connection to Open Refine server that DSS is already using, in "Python Recipe" instead of "Prepare Recipe" Please let us k…
Hi, I am using the python public API to clear the dataset. This deletes the data, but also the history of the metric values. Is it possible to delete just the data? And one more related question, when…
Hello everyone! I'm working on a Python Notebook to copy paste a Project. I have already change the path of my imported Datasets like explained here: https://www.dataiku.com/learn/guide/tips/duplicate…
Hi, how can I create a impala sync recipe with the Public API? I have the source managed dataset stored as parquet and I would like to create a code recipe with sql like "select count(*) from mytable"…
I noticed on https://www.dataiku.com/learn/guide/code/webapps/use-python-backend.html That code piece is incorrect: # Agreggate data by directors and sort directors by number of films realised in # Sa…
Is it possible to use a project level shared python library and global shared library with the same name in a python recipe/notebook. How does DSS resolves different versions of the same function?
Hello, I would like to add interaction in my webapp (HTML, CSS, JS, Python) between my frontend and my backend. Is it possible to send informations from a toggle or a list selection in frontend to the…
I have built a small python code recipe and trying to validate it but it's showing an error : "No module named Tkinter " Actually Tkinter module is required to run even a blank recipe having only auto…