It would be very helpful to have PEP8 formatting validation of Python code integrated into the UI in places where Python code is used. As this is a standard that our code, and I guess many peoples', n…
As an end user of DSS I want to be able to have the ability to auto sync my changes in the code studio to DSS so that I don't lose my work if the code studio crashes or automatically shuts down. Auto …
Hi guys, I wonder if is is possible to generate the code behind the visualizations. I mean, I have generated some insights (bar plot, line plot and Pie plot) on Dataiku "design node", but I would like…
I have an connection / output recipe that is outputting to a table in snowflake, I don't see any option in here to choose between outputting and appending data, where can I set that up? does the optio…
Hi, Would like to be able to find flow zones by tag name using the Python DSS, such that users can select matching flow zones for execution using their own parameterized variables. Is this possible? t…
I have a column called filename and the field is formatted as name1_name2_name3_name4_name5_YYYYMMDDHHMMSS.txt.pgp name1_name2_name3_name4_YYYYMMDDHHMMSS.txt.pgp name1_name2_name3_name4_name5_name6_YY…
I have string value called hours, formatted as "00" and a value called minutes formatted as "07". Im trying to use the concat function to create an HH:mm value = 00:07 but for some reason when using c…
data set full of jobs and each job has a start date, so I want to create a formula that says filter out my data where my start date hasn't happened yet / less than the current date. The issue I'm havi…
I have a column called minutes and that can range from 0 - 60, what I'm trying to do is add a leading 0 to the single digit values, ex 9 = 09, so that no matter what my value is always 2 digits long, …
Hello everyone, I am using Jupyter notebook to edit a Python recipe. Its output should be a folder that contains the Jupyter notebook in html format. # Output folderfolder = dataiku.Folder("Monitoring…