-
Possible to use LLM Mesh connection profiles in (python) APIs?
I'm playing around with the new LLM Mesh connection profiles functionality. A lot of LLM use cases we have require the data product to be deployed as an API, so in those cases it's not an option to use LLM recipes. It would however be really beneficial to use the LLM connection profiles in those APIs to make…
-
Change source dataset in flow project.
When migrating several projects from an Oracle datawarehouse to Postgrel, we have to import the projects from one instance to another, and therefore organize the remapping to make it as easy as possible. First we dl zipped our project from DSS Oracle compatible instance and import then on our DSS Postgrel compatible…
-
Commas in Number format combined with Rounding in the Prepare Reciepe
I have a column of USD figures and I have used the Prepare recipe to do the following 2 functions: 1. Convert Number format from Raw to English 2. Round the values to 0 decimal places The column is detected as a Double - Integer. before trying to do these 2 functions. It seems I cannot do these 2 functions together as…
-
Analysis of automatically splitted/partitioned dataset
Hello, I have a database of customers (number of transactions for each day) and I want to make an analysis of each customer independently. I want to automatically split data by customer and then make charts/statistics of each sub-data and finally have them all in the same dashboard (the charts and statistics of all…
-
Include in a bundle only active model and not all saved models
Our bundle became very big (2Gb) and difficult to import in automation. We have realized that these are the saved models that are too heavy. Currently, we have 10 saved models (older versions of the currently active model) that are used in design for testing but are not needed in automation. We would like to include in a…
-
Turn a custom model in the flow into a model object
I was told that it was possible to turn a custom trained model, typically stored in a managed folder, into a visual model object in the flow. Currently our flow looks like this: but we would like to see something like this in the flow: I couldn’t find any documentation on how to do this, so I’m turning to the Dataiku…
-
Formula
how to concatenate for exemple the first 10 characters of the column [CRIBINV], followed by the entire value of [CRD6002], and then the last 10 characters of [CRIBINV]
-
Dashboard rendering with scenario automation
Dear Dataiku user, I am facing a quite annoying issue when running a scenario that automatically sends a dashboard in PDF format to a diffusion list. When editing the dashboard, organizing the tiles, and exporting the dashboard MANUALLY, everything is as I'd like it to be (although I feel like there's a huge lack of…
-
Connection for dataiku-managed-storage
When I was importing project made by others, there's a error below. But this project was made by others so I can't change the dataset. Any ideas or advice? thanks ERROR Missing connection Missing connection: Connection missing for dataset test (not remapped): dataiku-managed-storage (EC2)
-
How to split dataset based on the value of a column and define the number of the output datasets
Hello, I have a dataset with millions rows in the format as below, and want to split it into two datasets A and B. Is it possible to do by using the visual recipes of Dataiku (without coding)? Dataset A: data with only "target_flg" = 1 Dataset B: data with only "target_flg" = 0, but instead of exporting all rows where…