-
DSS fail to install on Mac M1
Hi Can anyone confirm if the community edition is working on the new M1 chip ? For confirmation I have attempted both the Terminal suggestion and the edit of the .sh file suggestion from the previous post a week or so ago (DSS Startup failed on MacOS 11 Big Sur) error message from the Terminal suggestion ERROR: The…
-
REMOVAL OF CHAR USING FIND AND REPLACE
Hi fellow Dataiku community, i have used a prepare recipe to create the following logic in Dataiku: if COL_A contains the word "column", keep COL_A if COL_A=COL_B, keep one of them if one is blank, remove "," after COL_A or before COL_B if both columns blank, then blank My code is: if (contains(to…
-
Error while reading file from managed folder in webapp
Hi I am trying to read a csv file from a managed folder in dash webapp using the following code: models = dataiku.Folder("LFHBynG2") folder_path = models.get_path() df_clearstate = pd.read_excel((os.path.join(folder_path,'Clearstate Data 2008-2020@20211019.xlsx')), sheet_name='Sheet2') But getting the following error:…
-
Replace headers with other row in table imported from Google Sheet
Hi, I have imported a table from a Google Sheet using Dataiku's Google Sheet plugin. What I would like to do now is set the third row (with 'horodate' at the far left) as the headers row, and delete all rows above the third line. 1. How can I achieve this using one of Dataiku's built-in recipes? 2. Is there a way to do so…
-
Dataiku Checks Alerts and Notification
Hi everyone, I would like to receive a notification on Dataiku on the receiving errors in checks and metrics. Is this possible? If yes, how can I implement this? For example, receive a notification once the value is greater than x Thanks