Dataiku application using csv input OR dataiku data set

Rakeshha
Level 1
Dataiku application using csv input OR dataiku data set

Hi all,

I am trying to build an application using dataiku application designer and need your help! 

Flow diagram is attached for additional reference.

I have a flow with 4 inputs - input 1 folder, input 2 folder (both for csv inputs), an editable dataset and a dataiku dataset.

I've created a UI using Application designer.

{{{{

First section of the application UI has:

Input 1 folder (drag and drop csv)

Input 2 folder (drag and drop csv)

Editable dataset

and RUN 

with an output folder below.

}}}}

This works perfectly well by running the referred flow and proving the desired output.

Next I would like to add a second section below the first section on the UI.


Second section of the application UI should have these ---

{{{{

First section of the application UI will have:

Input 1 folder (drag and drop csv)

Dataiku dataset

Editable dataset

and RUN 

with an output folder below.

}}}}

Essentially I would like to use the same flow with same Python recipe in it as the first section but select this data set instead of any csv data set as in the first section.

Can anyone please help me on how to accomplish this? Thank you!

0 Kudos
1 Reply
JordanB
Dataiker

Hi @Rakeshha,

Can you be more specific about what you want to achieve and the steps that you are currently using? For example, are you hoping to upload only DSS datasets to a folder or select only DSS dataset files? 

Please clarify the following:

> "select this data set instead of any csv data set as in the first section"

For example, are you hoping to get a dynamic list of DSS datasets available in the project? If so, you can use "getChoicesFromPython" and refer to the following documentation: https://doc.dataiku.com/dss/latest/applications/tiles.html#auto-generated-form

Thanks,

Jordan

0 Kudos