-
Code Studio, Streamlit app needs to write back to data set.
Hello Community, i have a Streamlit app on Code studio which reads data from the Datasets. i am trying to write back comments from Streamlt to Dataiku dataset. When i try to use the below code df_write = dataiku.Dataset('Comments db') df_write=write_with_schema(df_user_comments,drop_and_create=True) it doesnt work. giving…
-
delete vs drop
Hi, currently I am working on a project which I have to collect data but it should be new and have the same schema with previous one but without keeping the past data how can I do this? Firstly, I thought that delete option will work for me but at the end, it didn't do what I am looking for; Thanks in advance Operating…
-
Removing project tags in dataiku via API
For updating project tags I've tried the below mentioned options. awb_eng_project_metadata = awb_eng_project.get_metadata() awb_eng_project_metadata['tags'] = [] awb_eng_project.set_metadata(awb_eng_project_metadata) awb_eng_project_metadata['tags'] = ['foo'] awb_eng_project.set_metadata(awb_eng_project_metadata) While…
-
Group Recipe - Empty dataset
Hello, I have an issue regarding a group recipe. Does it work on an empty dataset ? Secondly, if it doesn't work, is it possible to stop a scenario if this dataset is empty ? Thank you for your answer !
-
Create bundle with release notes through Python API
Hello everyone! Through the Web UI, when creating bundles, we are allowed to enter a text for release notes. I wonder if there is a way to do the same through the Python API, which we use to automatically create bundles as part of our CI/CD pipeline. The pipeline we created was inspired by Dataiku's template here which…
-
how to apply basic table tool option in Dataiku . reference picture added in below
-
OpenMP runtime is not installed
Hi, I received the error below. How can I resolve it ? Failed to train : <class 'xgboost.core.XGBoostError'> : XGBoost Library (libxgboost.dylib) could not be loaded. Likely causes: * OpenMP runtime is not installed - vcomp140.dll or libgomp-1.dll for Windows - libomp.dylib for Mac OSX - libgomp.so for Linux and other…
-
Import txt file in dataset
Hello, i have a txt file fidex-width. When import the file in dataset DataIku not respects the position of string a so when i extract the data from the selected row in col_0 the position change. Example if in the original file the amount is substring in position 9 for 9 carachter after i have import the file this positione…
-
Copying / saving Checks and metrics
Hello, Is there any way to copy checks and metrics from one data set to another? Is it possible to save a custom code check as a plugin ? Operating system used: Centos 7
-
Enable/disable scenario step
Hi, While debugging a scenario you may disable some prior steps in order to avoid some long SQL query. If you disable the previous steps, it removes the conditions set too. Could you disable this behavior ? Greetings, Steven