-
Obtain proof of use of the Dataiku platform
Hello, we would like to do business with a company that would like to use Dataiku. This company asks us for proof that we have already used Dataiku. In addition to the certifications which are linked to users, is it possible to obtain proof that our company has worked with Dataiku, what information do you need? Thank you…
-
My RAG chat application is not finding the correct embedded chunks when responding to a chat query?
-
Sharing of application as recipe with different environments
Hi team, I wanted to share this application as recipe and from document I got to know that either we can copy or we can create or update the plugin but for second option this error is coming. Any solution for this?
-
Sharing of application as recipe with different environments
Hi team, I wanted to share this application as recipe and from document I got to know that either we can copy or we can create or update the plugin but for second option this error is coming. Any solution for this?
-
How to trigger a continuous python recipe and populate dataset using scenarios?
Hi team, I am trying to use dataiku applications and flow is like one continuous recipe with output dataset and also created scenario for triggering continuous recipe and populate the dataset after creating an instance of my application, scenario is running successfully but not populating the dataset. I also to tried to…
-
Questions related to Application as recipe
Hi team, I have some question about application as recipe usage of dataiku application: I am having difficulty in understanding what is the purpose of input and output in the application designer let's take a context so I have a flow present in 'A' project say like below and recipe is continuous streaming python recipe.…
-
Create an R function endpoint to 'return' a result from a credit risk calculator
I am trying to create an R function endpoint to 'return' a result from a credit risk calculator. The issue is that this function runs perfectly in an R recipe (I'm using an R environment with specific packages). However, in the API endpoint, even though I select the R environment and load the libraries at the beginning of…
-
Setup logging for remotely running python scripts
Hey there, I am trying to setup python logging, but am not able to configure the logging file saving using the Dataiku APIs. What would be the equivalent for remote of this setup for locally run python processes: import logging logging.basicConfig(level=logging.INFO) managed_folder_path = dataiku.Folder("logs").get_path()…
-
Transfer or copy of files in a folder from one S3 bucket to another S3 bucket folder
Hi Team, I am curious to know, how can I import/transfer/copy a folder full of datasets in one of the s3 bucket lets say Bucket1 into my zone, so that i can work on the datasets.
-
SQLExecutor2 query_to_df avoid converting 'N/A' to NaN
Hi, I am using SQLExecutor2 python library in dataiku to execute a query from Oracle database. The default behavior of the method query_to_df converts the string 'N/A' to NaN. How can I change this? I would like to get the string value of 'N/A'. Thanks.