-
Insert data from python df to sql table
Hi all, I wrote a python code using python recipe, I need to add inside it a command that achieves: The result of my code is a dataframe named combined_df, I need to insert the data in it into another table that's connected to SQL server. Also this SQL table is an input to the python code, is this doable? The idea is I'm…
-
OUTPUT_DATA_BAD_TYPE - resulting in loss of rows in data
so I have a dataset in an S3 connection that I am enriching with partition information and writing to a HDFS connection. I am losing 1100 records due to bad datatype. How can I override this? I tried by adding something to the prepare recipe where I use a formula ToNumber(Field1) saved as Field1_. I deleted Field1 then…
-
How to use flask.rander_template in WebApp
I have a webApp which needs to launch a long running process in flask backend. Mean while I don't want the front end user to wait. I tried flask.rander_template, but it seems does not work for DataIKu. I am not able to find out the location of template and the html file for my webApp Operating system used: Window
-
Publishing Drift analysis on Dashboard
Hi, I wanted to know if there is a way to publish the Drift analysis (like Data drift, Performance drift and Prediction drift) from the evaluation store on a Dashboard in Dataiku. I am currently using version 11.4.4 Thanks Operating system used: Windows
-
AWS Bedrock Connectivity Issue
Hi, I am able to connect to AWS S3 bucket with Access key and Secret key. But When I try to connect AWS bedrock using the s3 connection I am getting error. I have AWS bedrock Full Access permissions. I Have access to two models in AWS. I am trying to connect those model by selecting only them, But even then I am getting…
-
Error using Embed recipe in RAG tutorial in Dataiku
Hi, I am following the RAG tutorial link -> https://knowledge.dataiku.com/latest/ml-analytics/gen-ai/tutorial-question-answering-using-rag-approach.html# While trying to run the Embed Recipe I am getting error as follows. Oops: an unexpected error occurred Error in Python process: <class…
-
Process Duration in days, excluding weekends and holidays
I have a use case that requires me to calculate the duration of a process, in business days, for each day that the process is active. I have a table that identifies the ID and the begin and end date of instances of processes (~600,000 rows). I have a date dimension table that contains one row for each date from the…
-
Schema changes from double to integer all the time.
I have a column with round floats (e.g. only 1.0, 100.0, etc.) and manually defined it as type "double" in a visual recipe. However, once the dataset is loaded into another visual recipe, the visual recipe automatically changes all the column types back to "integer" causing a failure everytime there appear a non-round…
-
App Files in Shiny Web App
Hello team, I am creating a shiny web app in Dataiku. The application I am trying to create is a modular application which includes several files and folders in the web app. The structure of my app would like like as follows: ui.R server.R global.R modules/ module1.R module2.R www/ logo.png styles.css myproject.js…
-
Applications as recipes and logging
Hello, When I run a recipe from an application, I am seeing a lot less logging information for the job. Where would I be able to see the detailed logging that is available in the source project before it was converted to an application?