-
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.
-
copying trained model using visual recipe from one project to another
Hi everyone, I have trained a model using visual recipe in one project and I am trying to copy it to another project - I have included the source data too while copying (similar to this). However, I have been getting the following error in the destination project. I have tried this a few months back without any issues.…
-
ERROR with run manually a scenario
Hello, I tried to run manually a scenario, but i got error below: Failed to enumerate source { "useGlobalProxy": true, "providerType": "URL", "params": { "path": "https://downloads.dataiku.com/public/website-additional-assets/data/merchant_info.csv.zip", "consider404AsEmpty": true, "fallbackHeadToGet": true,…
-
revert to version before
Hello, I have error when i whant to revert to the version before: Oops: an unexpected error occurred Cannot run program "git" (in directory "C:\Users\xuan.peng\AppData\Local\Dataiku\DataScienceStudio\dss_home\config\projects\TUT_FLOW_ZONES"): CreateProcess error=2, Le fichier spécifié est introuvable, caused by:…