I have a table in my app that is pulling in data from a Snowflake query. I've appended the table in my app with a checkbox column. What I am hoping to accomplish is whenever one of the app users checks one of the boxes, the data from the specific row associated with the checked box will write back to another Snowflake table. What is the best way to accomplish this?
Apologies in advance if this has already been covered!