User entry via portal/UI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 09:03 AM
Hello Experts,
We have data bricks on Azure. We need to provide a user interface to users so that some customizing table entries can be entered by end users which in turn are saved in the Delta table. Is there any feature in Databricks or tools that we can use to do this in easy manner. We prefer easy method if possible.
Thank you
Viren
- Labels:
-
Azure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2023 09:52 AM
- use git and save it as CSV and JSON, mount that repo in databricks,
- save as Excel or CSV on onedrive and set Power Automate Flow or Logic App to sync it with data lake cloud storage (there is a trigger which will detect changes in excel)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2023 04:45 AM
Thanks Hubert. We were thinking if we can give input ready UI in the form of table instead of user creating files and uploading them. Is that something possible?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2023 08:36 PM
Hi Viren,
We are also looking for solution to a similar problem. what did you end up doing in this case?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2024 06:16 AM
Hi Viren,
I have the same use case on my side and looking for some tips. I was thinking Power Apps and Power Automate with API calls for a job that will run the process but happy to check on other solutions as well !
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago - last edited a month ago
I achieved this using textbox widget and asked user to enter and run dashboard, in python code validating and inserting data in databricks.
2nd method , created excel vba application, using odbc connection to insert delete and update data in delta tables.

