Dataiku Applications: Using Uploaded Dataset as Variable

Options
jbell
jbell Registered Posts: 1

I'm trying to build a Dataiku Application that will allow a user to:

1. Upload a dataset of known schema

2. Process that dataset using my project

3. Export the results to the user

I see how to add a tile to 'Upload file in dataset', but it only seems to allow uploading Datasets that already exist!

How do I upload a dataset, and then reference it like a variable in a scenario?

Any help is greatly appreciated


Operating system used: Windows

Tagged:

Answers

  • Turribeach
    Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 1,757 Neuron
    Options

    This should work, I think. Map a network drive into your DSS machine. Allow the user to drop files on that network drive, either from their machines or from the Web app using Python. Then load the file using Python and create the dataset.

Setup Info
    Tags
      Help me…