-
Time Zone Lookup
Is there a way to take an address (USA and Canada) and return what time zone that address is in?
-
Align / Justif SQL code in SQL recipe
Hello, Are there any tricks to align/justify my sql code to make it more readable in a SQL recipe in Dataiku? Thank you for your help ! Operating system used: windows
-
Help with Application setup
Hi all! I'm currently working on a very simple project that I need to deploy as an application. I'm very, very new to the platform, so I'm not sure how to even begin. I already have a Flow that takes information from an input database, passes every record through an Interactive Decision Tree to label them, and then assigns…
-
Run Dynamic Prompt via LLM AI recipe
Hi Everyone, We are building a Dataiku webapp. We want to get dynamic input from the user through UI and when the user submits the prompt then the prompts gets processed via LLM through AI recipe. We are facing issue in providing dynamic input to the recipe. Any suggestions for doing the same are highly appreciated.…
-
Fuzzy Join: When to use Relative to the Left vs Right Tables.
I'm starting to work with the Fuzzy Joins and having good luck. However, I'm trying to figure out when I might want to use a Relative Threshold related to the Right or Left Table when doing a overall Left Join to find duplicate records. I understand that the proportions of items that need to match will be different based…
-
Dynamic rename and addition/removal of columns
I am connecting to QuickBase using a URL path and looking for a way to dynamically add or remove columns from the initial schema as well as rename the columns as "Simplify (and lower case)". I do not own the source data, and cannot influence the naming convention or columns at the source. I am pushing this data to GCP/Big…
-
Split and output single dataset to multiple datasets based on dynamic values
Hi There, I have a single file with multiple suppliers and want to split the file into individual files for individual suppliers. However the suppliers can be dynamic week to week (when the file is refreshed) Is there a way to split the file based on the dynamic values in the supplier column? Operating system used: Windows
-
Building multiple models in dataiku
I have master data in the flow. I want to subset the data for each market and, in that market, select submarkets and develop models. There are around 60 models that need to be built. I am wondering what would be the best approach to do this in Dataiku in terms of storage space optimization, ease of maintenance, etc. Has…
-
Read and write to samefile
Hi, I have a scenario which where we are reading the input from different file and one file among all input files is an out file too. When we do this we are loosing some data may be due to parallelism in dataIku. My request is how to stop writing to the file till the entire execution of receipes completed. I saw some posts…
-
How to selectively build multiple flow zones in a job run?
Hi Dataiku Community, I wonder how to select and build multiple flow zones in a job run. Say, I have 4 flow zones, A, B, C, and D. They are connected in such a way as follows: A -> C -> D B -> C -> D. How can I do that if I want to build the top route, i.e., A -> C -> D in a single job? Thanks! Operating system used:…