-
Evaluation recipe for custom model
* Can we use evaluation recipe for data drift analysis for any custom model we have build using python recipe instead of using AutoML ? Operating system used: Windows
-
Can dataiku recognize sql relationship between the different tables of a same SQL DB ?
Hello, Does anyone know if dataiku can recognize sql relationship between the different tables of a same SQL Database ? If so, how to make the settings ? It's a very useful feature of power BI, but I don't know how to configure it in Dataiku. Thanks!
-
Bundle exists for non-existing project
Hi Community! I had initially created a bundle for a project to deploy on the production node. Wanting to roll-back the bundle, I deleted the bundle and subsequently also the project on the production node. When attempting to create a new bundle using the same name I get: "Failed - tag 'Tag={ object…
-
Duplicate Data Set
I need to duplicate my data set. Take the lines and split into two lines (debit line and credit line) for an accounting entry. What is the best way to do this?
-
Invalid argument when loading Scenarios
Hi, I came across a weird bug after upgrading from DSS 11.4.0 to DSS 12.1.0. When switching branches through version control in a project, and navigating to the scenarios, I get an error saying Invalid Argument: An invalid argument has been encountered : Invalid format: "2022-04-20T14:15:00.000Z" is malformed at…
-
Create new Application-as-recipe using Python API
Is there a way to create a new application-as-recipe with builder from Python API same as new_recipe() function?
-
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…