Dataiku Applications: Using Uploaded Dataset as Variable

jbell
Level 1
Dataiku Applications: Using Uploaded Dataset as Variable

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

0 Kudos
1 Reply
Turribeach

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. 

0 Kudos