Hello, I have an excel file which is connected to SQL DWH. Normally everyday, I go in this file to refresh data manually by clicking ctrl + alt + f5. I want to make it automatically with Dataiku. pip install pywin32 import win32com.client as win32 def refresh_excel_file(file_path): # Open Excel excel =…
Hi Dataiku Expert, We got a kernel error when starting a python notebook in Dataiku. The error message shows below. It is strange that it only happens to certain users. For the same notebook, one user can start and connect to the kernel without issue, but the affected user will get this kernel error. Both tested users have…
Hello there Is it somehow possible to edit RMarkdown reports in an RStudio Code Studio? This would be great, to leverage the interactivity in RStudio, and save the resulting report back to DSS to serve as a dashboard insight for example. Developing a full RMarkdown report in the existing editor is quite difficult.…
Hi team, can you explain why the timeline and chart on this dashboard look different? The timeline looks correct (shows two lines), the chart itself shows only one line. Operating system used: AWS
Let say that I have created a flow zone with id 'xytg' and I want to trigger / run/ build this flow zone using python api. How can I do that? I tried to look into the python api but could not find it.
I need to export predicted data from visual analysis using python. I am using performance on train set as a reference for my monitoring therefore I need to automate downloading the predicted dataset to keep it up-to-date in case I retrain my model Operating system used: Windows
Hi, I'm new to this tool and was following tutorials from Quick Start courses. When I was trying build the flow, I got the following error: [18:46:22] [INFO] [dku.flow.activity] - Run thread failed for activity…
Hi, can anyone please help me on deleting a partition, i have created a dataset having many partitions and unfortunately one of the partition is loaded incorrectly and i would like to delete only partition and maintain the remaining same. please help on this, as i am unable to get any options to delete this.
Hi! Does DSS have an option for setting a password on a newly generated xls-file when exporting data ? A general password that is, needed for opening that file. If a pythonscript is the way to handle this, what would be the preferred library for that ? Thanks in advance for any thoughts on this! Jurre
I'm trying to use a python recipe to export a partitioned dataset, when I partition by a specific column(date column(LDD for example)), that column is removed from the dataset. How would I export the partitioned dataset into monthly files based on LDD which was partitioned?
Create an account to contribute great content, engage with others, and show your appreciation.