Export DataTable to SQL table

Hi,

i’m creating a tool, which will let user read data from a SQL table (always the same table), filter out desired rows, edit values in one column and then write the results to another SQL table.

I’m new to dash and I need some help figuring out if this is even possible and how? Plan B would be to export csv to a specific location and handle it with a SQL job from there, but then again - i managed to export csv, but it goes to downloads folder and I don’t know how to change location.

Thanks for any help.