We have recently implemented st.data_editor capability for editing business static data by business users directly. There is a requirement to implement version control to the data.
Has anybody tried to leverage Snowflake Time Travel for similar version control feature in Streamlit.
@sprabhuraj were you able to figure out? I have the same use case where I would like to track the changes when an end user of streamlit enter/update a value using the Streamlit app.