-
HDFS connectiion creation
Hi Team do we have any script present to create mutiple connection in go itself. We have to created more than 15 HDFS connection and tag mutiple groups to these connection. Manual approach towards it will consume a lot of time. if any one has any idea on how can you reduce the manual efforts around this. Operating system…
-
Time Series resampling using EOM dates, but I want month start
Is there a way to do the time series resampling by month where it uses the first day of the month (i.e. 2022-01-01) rather than the EOM? My data is already in first of month but resampling is forcing it all to the end. I played around with some option in the resampling but couldn't find a solution. Thanks! Operating system…
-
Recipent multiple Email in a scenario REporter
Hello, i managed to use this reporter to send email to a single address with a custom variable, but didn't found the information to the seperator to use to put other email it works with To : xxxx@email.com but didn't work with To : xxxx@email.com;yyy@email.com is there a documentation ?
-
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