-
Dataiku Outbound IP Address Control - Proxy or Otherwise?
My team works with a data supplier that requires a white-listing process for IP addresses. When we attempt to use Dataiku to fetch the data our IP address associated with the call occasionally changes. We have access to a proxy IP address system, and we have made requests through the proxy to the data supplier when we run…
-
How to extract rows flagged by a custom Python rule in the Data Quality tab ?
Hi everyone, I'm working with Dataiku DSS version 13.5, and I'm using the Data Quality tab on datasets to define validation rules. When I use standard rules (e.g., missing values, uniqueness, etc.), I can easily export the rows in error. However, when I define a custom Python rule, I can see the column status marked as…
-
Add option to support non-pandas dataframes (e.g. polars) in Python recipes
Hi, There are many pandas alternatives. One that is new and very fast is polars. Polars is built on Rust so it is memory safe and runs in parallel by design. I use polars in one of my recipes but have to convert it to pandas to write the dataset. thx
-
Dynamic rename of column headers
Hi I'm migrating workflows from alteryx to dataiku. I need to migrate a dynamic rename tool. What it does is take the values from the left dataset and assign it headers from the right dataset. Is there any way to do this in dataiku without using python? Operating system used: Windows
-
how can write def do(payload, config, plugin_config, inputs): code ?
to interactive with the UI of macros using "type": "SELECT" in "type": "OBJECT_LIST"? { "name": "test", "label": "test.", "type": "OBJECT_LIST", "itemLabel": "test", "subParams": [ { "name": "obj", "label": "Object", "type": "SELECT", "forceReloadOnValueChange": true, "getChoicesFromPython": true } ] }
-
ModuleNotFoundError: No module named 'dataiku.langchain'
Hi, I was recently trying to install the dataiku api locally for some testing purposes but was met with some errors. Installation seemed to be working fine but the moment I tried to run this code:`from dataiku.langchain.llm import DKUChatModel` , it seemed to crash and be unable to find the dataiku.langchain module. What…
-
Use of global variables
hello i would like to optimise my current data flows and data traitement! we have to day a filtrer which is applied late in of the recipes 1/69 of specif zone in my project how can i use the date variables to remaine with only the current month and only the previous one?
-
File move from one folder to other in network
Each day, I want to check if a file exists in a network folder that ends with today's date in its filename. If the file is found, I want to move it to another network folder at a scheduled time. This kind of task is possible in Alteryx using a combination of directory tools and conditional logic. I'm looking to implement a…
-
My certificate didn't generated well
I completed the Core Designer Certificate but I don't feel like it has generated well (there is not my name on it, there are placeholders (field 1, field 2, field 3…)… Here is the verification URL : Certificate for Core Designer Certificate Thanks for your help Operating system used: Windows Operating system used: Windows…
-
Customize excel sheet name in the output
hello how do i Customize excel sheet name in the output using multisheet EXCEL reciepe ? i want a no code solution