-
Inclusion rules of files in path
Hello, How do we define the inclusion rules of files with the option 'Glob' and 'Path in dataset' ? For example, I want all the paths including the string 'ODNA'. Thanks
-
Disabling input fields in plugin UI using parameters
I do see "visibilityCondition" to show/hide a parameter depending on a condition, but is there option to enable or disable input fields or buttons based on user interactions without using custom UI?
-
How to get newly appended rows in sync recipe ?
Hello, this is not a huge problem but I'm sure there is a way to do this properly. I'm syncing rows that I append to an SQL table. The "id" column of this table is auto incremented, and thus before syncing, the corresponding row is set to null (in order for it the have a correct id once in the SQL table). In the case "id"…
-
code environment for python helper code in dataiku application
I'm using dataiku application. I want to know if there is a way to set code environment for python helper code, I'm trying to import a library for a functionality in the app but it gives "ModuleNotFoundError". So i was wondering if there is a way i can use code environment for python helper code to use libraries of…
-
Displaying decimal as percentage
I am summarizing the results of testing for a disease. I would like to show the positivity rate by year. In order to display positivity rate as a percentage, I need to define it as text and format it as a percentage adding % etc. However, if I use this approach I cannot plot the positivity rate by years as it is a text…
-
Dash Web App callback issue
I am currently building a web app that is using Dash to allow users to input data and store into tables. The app works but when I add in a call back for a specific use case the web app just shows a blank page, no errors or logs are outputted the page is just white. The purpose of the two callbacks is to populate one…
-
Architecture diagram
Team, Can someone please provide the block diagram for dataiku architecture ? thanks, Bhushan
-
Creating a Web App with React Frontend
Hi Community , Does anyone know if it is possible or even recommended to use React for the frontend of a web app in DSS? If so, can you please share how you accomplished setting this up with the Flask backend. Thank You!
-
Weird results when I run a scenario ascending or descending , when looking back
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…
-
Scenario fails when using Application as Recipe in a project
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…