-
DataIku suddenly stopped working
Oops: an unexpected error occurred Unknown error All recipes stopped working and unexpected error occurred with HTTP code: 431, type: unknown Operating system used: Mac OS
-
Best way to clean data for country meaning
I have a dataset which includes ISO 3166-1 alpha-3 country codes which are being detected properly, and full country names where about 14% are being flagged as not passing validation. Is there some place I can get the canonical list of country names dataiku uses for meaning? And if I can get that list, what's the most time…
-
why I can't overwritte a table from dataiku
Hello everybody, I have a table "my_table" in my database. I import my_table in dataiku and I realize an outer join to complete the value from two columns in my_table. In output of the outer_join, I create a file system. After that, I used the "sync" recipe to put the result of the join in "my_table". The "sync" recipe run…
-
How to quickly mass-change the database type of datasets for a project?
Thanks for your time firstly. I am currently changing the type of database from 'Snowflake' to 'Redshift' (except for source node). While I could use 'Change connection' function at the bottom-right border of DSS, but it's quite robotic. Is there any efficient approach or python API that could modify the connection in a…
-
How to embed Dataiku Dashboard in the fullscreen version
Embed the dashboaed in fullscreen mode, without showing "project name", "edit buttons", etc. Zoom in the map in the middle as like the map in the left and right, and also make it stay. It would not change even after refreshing the webapp.
-
How to change connection for SQL Notebook
Hello all, Does anybody have any suggestions for how to change the connection for an existing SQL Notebook? I have a bunch of queries in a notebook and I'd like to be able to just change the connection on a copy of the notebook rather than copying and pasting each query to a new notebook. Thanks! Marlan
-
How to connect Dataiku with Azure data lake? Please provide step by step guide.
-
Broken pages
Hello everyone ! I'm trying to obtain the Advanced Designer Certificate but several pages are broken, only the header seams to appear. I've tried from Firefox and Edge. Anyone noticed the same problem ?
-
Read xlsx. File from managed folder using Python
Hi team, I'm using a Python recipe in Dataiku to read a specific .xlsx file from a managed folder, but I'm encountering an error when trying to load the file into a DataFrame. Here’s a simplified version of my code: folder = dataiku.Folder("FOLDER_ID") file_list = folder.list_paths_in_partition() last_month_str = "YYYYMM"…
-
Cannot replicate a LGBM model
Hi, I have trained a LGBM model with visual ML and now I am trying to replicate this model in a local environment using the parameters estimated through model training. I cannot get the identical probabilities. Is it somehow possible to locally replicate a model built on Dataiku?