
Announcements
Hi,
I have a canvas app taking inputs from users then it goes into a dataverse table that is exported to azure data lake storage via the azure synapse for dataverse link. Then, I ingest it as a table in azure synapse sql pool and perform data manipulation / add additional calculated columns using a synapse notebook where I will get my final desired output in a pandas dataframe. Now, I need the canvas app to be able to display this final output from synapse and allow for users to update certain data in the table then write back to azure again.
What is the best way to do this?
Thank you.