LSUG | Snowflake Intelligence + Elevating Software Delivery

App for users to schedule the data load

My users receive many files from third party sometimes on schedule basis and sometimes at random time. I wanted to give them a Self service app to

  1. Set up the file upload from local directory into Staging

  2. Create the schedule

One of the solution is to set up a third party for file upload and Streamlit app to set up the task. Appreciate your ideas.

Please remember they are non technical users

2 comments

For file upload I recommend Streamlit, there is a file size limit which applies. If this is a smaller dataset, you could use a writeback solution.

We already use Streamlit app ,.so users can upload the file manually. Some users wanted to schedule the file upload from the windows drive.