-
Data auto refresh
Hey, I have a flow with multiple tables imported from snowflake - source tables. My flow contains a lot of recipes (stored into filesystem_managed) that originate from these source tables and some of the subsequent datasets formed have metrics and checks in place (auto-compute on dataset build), that are used on a…
-
Upload file from local to the server
Hi , I have dataiku install in the server, and I would like to upload some setup file (Jar files or jaon file) from my local machine to the dss server using dataiku. i know I could use scp from my local, however, I would like to create dataiku macros to automate this activity.
-
Conditional textjoin in Dataiku help
Hi all, I am trying to 'textjoin' in Dataiku, whereby I would like to concatenate all values in Column B (condition type) based on the value in column A (deal id), so I get the output below (highlighted yellow column)
-
Dataset settings - userModified
Hello, When we look into jsons with configuration of each dataset, there's this setting "userModified" under "schema" section. Does anybody know if it's just a flag indicating whether user modified the schema or is it used for anything else? In one of our datasets, it was set to "true" by Dataiku, but after merging two…
-
How to calculate day difference between rows with specific conditions
Hello, I have a dataset like below and want to calculate the "CV" day difference since "Visit" per "ID", as the "CV_days_after_visit" in the expected result. Is it possible to do by using the visual recipes of Dataiku (without coding)? Existing dataset:…
-
Table Index in join recipe in python api
Dear community, I am trying to modify a join recipe through the python API and I am having an issue with the table index. I have a join recipe with the following inputs: {'main': {'items': [{'ref': 'LAYER1_SAPBW_MATERIAL_TEXT_prepared', 'deps': []}, {'ref': 'LAYER0_SAPBW_MAT_PLANT_ATTR_prepared', 'deps': []}, {'ref':…
-
ML_DIAGNOSTICS_DATASET_SANITY_CHECKS warning
Hi! In some of our standalone evaluations we're getting the below warning. Does anyone know what's causing it and how to fix it? [WARN] [dku.warnings] - ML_DIAGNOSTICS_DATASET_SANITY_CHECKS: Prediction uses 1 of the 2 configured classes.
-
Getting Gini variable importance via API?
Looking at this post for guidance: https://community.dataiku.com/t5/Using-Dataiku/How-to-get-Variable-Importance-from-Model/m-p/3589 led me to this documentation: https://developer.dataiku.com/latest/api-reference/python/ml.html#exploration-of-results where there is documented a function called:…
-
dataiku logout API
Is there a way to logout a user via API in Dataiku, other than using the UI-based logout method? If not, are there any alternative methods available? Operating system used: linux Operating system used: Linux Operating system used: Linux
-
Automatic refresh of internal metrics
Hi, For a project concerning the usage of DSS, I am making use of the internal metrics (Jobs/Cluster/Commits). With a scenario, I daily "Build" these metrics, however, it seems that they are not refreshed automatically. I come to this conclusion because if I do open the internal metrics and refresh the sample, the number…