-
Standalone Recipe Configuration
I am having difficulty in configuring the Standalone Evaluate Recipe It is not able to provide performance drift however i configure. The below is what i see It was also not clear on what a reference dataset is needed as it is optional and there is no mention of it here.
-
How to use API Node event Server
I have seen we can define at deployer node level for each infrastructure to automatically configure audit logging send events to a DSS Event Server. But In case of API Nodes I don't really get it, how we can identify events from a API service in general event server logs and dataset and what kind of interaction with our…
-
Hello, how can I remove a blank caracter from a string. Thanks
-
Change statistical metric for Drift calculation in Standalone Evaluate recipe
In Dataiku Standalone Evaluate recipe, while calculating data drift it chooses default statistical metrics for numerical and categorical columns KS test, Chi-squared test etc.). How to change the statistical metrics if I want?
-
Alert/Notification for Job failure
Hello, I want to send an alert/notification on failure of job in Dataiku. How can I implement it ? Thanks
-
How to extract text from doc files?
I have few .doc files in my managed folder, I want to extract the text from the files using python recipe. Please guide me how can I achieve this. Or is there any way to convert the .doc files into .docx file programmatically and then extracting the text from the converted file? Thank you in Advance. Operating system used:…
-
Possible to set importLibrariesFromProjects using Python
Hi, I need to be able to set importLibrariesFromProjects using Python, is this possible? thx Operating system used: Windows10
-
Password of connection visible via Python API
When I look at a connection in the settings password, this one is hide. But when I use the python API with: conn = dataiku.get_connection('my_con_name') conn.conn_details['params']['password'] It looks like a security issue, no?
-
Append data from a non-SQL step to a SQL table without dropping the SQL table
Hello, I'm trying to append data to my SQL table, but using the DSS recipe (Sync, Prepare), the SQL table is dropped and overwritten. Is there a way to only append? Thanks
-
Missing columns in Schema when using API Connect
Hi all, I'm using the API connect plugin to connect to an external dataset. The plugin works like a charm, but some columns do not end up in the schema for some reason. Exploring the dataset gives me 109 columns, while the schema shows me 101 columns. The columns are also missing a format (like "string") and are…