Databricks streamlit app with write back capability and audit trail display

dbernstein_tp
Contributor

Hi Everyone, This is a follow up to a previous question I posted. We have a need for a number of apps that have a spreadsheet-like interface and read/write to our lakehouse. A common spec that comes up in these discussions is the need for managers to view who made what changes to the data and when. As in "if I hover over a cell can I see the last edit to the cell? When was it made, who made it, and what the change was?"

Is this possible for a dbx app, say using Streamlit and perhaps a Lakebase backend? Or is it just not doable currently?