-
Bug Report: Editable dataset always sorting as text
I think Ive found a bug on how the editable dataset sorts integer columns: Im trying to sort descending and its doing alphabetically, which is not desired. Operating system used: MacOS and Windows
-
Dataiku connection with MQ
Hello All, Did you already experience connecting to IBM MQ from Dataiku. I understood we don't have a native plugin/connector with IBM Message Queue yet. I need to build a MQ pub/sub broker connection from Dataiku so wanted to know from you , if you have any experience with this topic. Many thanks. Kind regards, Indranil…
-
Is there any reason why Sampling > Random cannot be performed In-Database for Snowflake?
I realized that Sampling > Random can only be performed with Engine: DSS , it can't be performed with Engine: In-Database (SQL) currently in 12.4.1. And I wonder why, because it seems to me that they could just send `select * from input_dataset sample row (10000 rows) seed (1337)` to perform the sampling on the Snowflake…
-
File existence check
Hi folks, I am trying to check the existence of a file in a particular path using python code in dataiku. I am able to access the file manually but when I am trying to check the existence it is not giving me the expected result. The code should return -1 when the file exists and 0 when it is not. Thanks in advance for the…
-
Suggest tips to create a voice cloning AI with accent integration
I want to create a voice cloning AI with accent integration just like the voice cloning software I've been using since the past 7 months. I want to create a similar one with a unique accent cloning feature for my personal use for now. I've been itching to create an AI model which is unlike the ones available online as it…
-
NULL instead no value
Hi, I'm trying to write dataframe into Snowflake table with function write_with_schema. Data comes from excel file, where we have some columns with no value and we want to keep it that way. I used parameters with read_excel and also fillna('') and dataset looks ok (no nulls, only no values/empty), but after using…
-
How to run a job sequentially with "job_builder" that consists of multiple recipes?
I have been using the dataiku API to make an algorithm and it involves executing multiple recipes. I am using the job_builder so that the recipes can be executed in "one job" (meaning that there will be only one row in the "Jobs" tab). Before running the job, I have collected all of the necessary outputs (datasets, managed…
-
Provisioning instance error on Fleet Manager
Oops: an unexpected error occurred The value of parameter linuxConfiguration.ssh.publicKeys.keyData is invalid., caused by: OnNextValue: OnError while emitting onNext value: retrofit2.Response.class
-
How to run Dataiku flow parallel for multiple different parameters
I've created one flow which takes input file from S3 based on Scenario trigger parameters and run the flow and finally saves the processed data into S3 in different locations based on the parameters it'll upload into different path. When I'm triggering the above flow with different scenarios to build ALLOC_STEP9_copy with…
-
File format conversion
Hey Dataiku users, I just wanted to know how I can convert a very big binary data file to a human readable file like xml/ csv or anything that I can see the decoded data? Thank you! Operating system used: Windows