I have data for Oct, Nov and Dec. I have to look back at the prior month to get the beginning of period values. I have the scenario set up so that it builds the inputs for the current and prior months. (If I run December it builds December and November). I have python code that looks back and gets the BOP and EOP values…
I created an “Application as a Recipe” in which the flow reads a user input dataset and filters the data accordingly. I have written a Python script to handle this task. While the workflow runs as expected and produces the required output file, I’m encountering an issue when using this application as a recipe in a project…
Hello, I am having an issue with saving a HuggingFace model that I am fine-tuning. The default implementation for saving HF models is to use: model.save_pretrained("/path/to/directory") However, as far as I can tell, this does not work in dataiku. Even after I use the following code to get the path: folder =…
I recently bumped into an issue where my python code was not executed the same way wether it was ran from a notebook or its corresponding recipe*. I eventually used the following function but I was wondering if there were a native function in dataiku to detect the running environment? def in_ipynb(): try: get_ipython()…
Hello, I recently found out you can make a schema description to note some details about specific columns. This seems very useful but I find it hard to create legible descriptions as they only show what fits in the column width: This makes it hard to read unless you go into the settings to see what exactly is written there…
Hello, I have a zone that has recipes I want to have copied into a new zone. This zone has the same format but a different dataset (the month of February vs the original zone was for the month of January). I attempted to copy the zone but all it did was copy the zone into the same zone with the same dataset in that zone. I…
Hi Team I'm trying to calculate the index of the maximum value from the list. Attached is the file for reference. As an example, For 1st record, Col_5 has maximum value and I want to assign the index number Note: This is something similar to MaxIDX function in Alteryx.…
Is it possible to call End point de service API queries on a Node design instance with the client's python api? I'd like to be able to run a python script when evaluating API services that would briefly execute an adapted test query to check the solvency of the service before pushing it to the deployer. Best, Randy
Hi, problem we are facing is, Other teammates had built snowflake datasets and sql recipes. Currently their is a big problem whenever we run the flow in dataiku all snowflake datasets are storing in the snowflake. We need to remove that stored tables from the snowflake. So one way we understand is "change connection"…
I have a dataset with columns for actuals, forecast, delta (which is calculated as actuals minus forecast), segment, and date. The segment column has six categories. I want to identify the top 3 in the segment based on the delta and then create a graph in Dataiku to visualize how these categories have changed over the past…
Create an account to contribute great content, engage with others, and show your appreciation.