-
Convert String value to Date
We convert String " 29692" to Date "16-04-1981" using " =Value() " formula in excel. How can we convert the same string to Date in Dataiku
-
Changing sample size in data preview while sample computation's loading
I've changed the sampling method on a big dataset and the Waiting for other sample computation prompt is loading indefinitely. Is there any way to change those settings before current loads? (abort button doesn't help) Operating system used: Windows 10
-
Modify "Answers" WebApp Plugin
Hello all, I have DSS v13.1 , I want to modify the "Answers" plugin to add feature uploading documents (pdfs, images, excel, word …etc) , like the one used in chatgpt 4 for example . What is the best way to do so? Operating system used: Linux - Debian 11
-
import local huggingface model
hello i want to import local huggingface model so i try to dss→ adminstation→ setiing→misc→ import model Models around 14GB can be uploaded. but large size model was not uploaded ex)starcoder 15b = 60GB So I checked the log of the dss node. When I checked, there was a timeout error due to an ngnix error. So I changed the…
-
Code env libraries installation issue
I have some libraries like nltk installed in some code environment, and when I try to run any code/notebook importing these libraries, I get the module not found error. Why does this happen and how can I fix it?
-
List all failed rows based on qulity rule
HI all, i would like to create a dataset based on data quality rules where it failed. I would like to list (create table) all of the failed rows to able to send it to the team what needs to be changed. Failed or not is not enough I need to be able to collect every line where the rules are failed. Did not find and option.…
-
Export Dashboard For Different Variable Values
Hi - Please see below my goal, methodology, and the challenge I am facing. Thanks in advance for your help. GOAL: I have a flow that takes a project variable while running. The output is then visualized on the dashboard. I would like to try different variable values and export the resulting dashboards. I have 10 different…
-
Testing SQL Connections
We want to test database connections in all our instances since our internal security policy is to change database passwords yearly and this invariably leads to some user connections being missed and this invariably leads to some user database connections being missed, the password expiring, flows failing, data not being…
-
Using sample.py after export model python
Hello, I’m trying to use the sample.py after unzipping the archive of a model I extracted. The model is a light gbm with a feature selection step. The version of the dss is 12.6.5 However the python script crash after the dummifier step with the error : Indexed_matrix.py Line 35 in _ remap _ key Remapped_key = (key[0],…
-
fekport': nan, what does this mean?
hello, everyone I'd like to ask about the cause of the result from executing the following code: client = dataiku.api_client() prj_key = dataiku.Project().project_key project = client.get_project(prj_key) scena = project.get_scenario(scenario_id) The result is: { … 'progress ': { … , 'fekport' : nan, …} … } In other…