© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•13mo ago
Finnikia

python data and insert

I made a form ins streamlit, I want to submit the data to my database in supabase. I keep getting an error about data not being json format. I read supabase doesn't handle python data. Is there a way to convert it or put it in differently? I'm using st_supabase_connection should i be trying with something else?

My insert string.

st_supabase_client.table("DIRP").insert([{"Schedule_Notes","Pulled_Week","Service_now_status","Specialist_Name","REQ_Number","PO_Number","Warranty_Status","Cost_Center_x5_0400","FacName","Address","City","State","Zip_Code","Point_of_Contact","Email","Phone_Number","Weeknumber_read_only","Coupa_Closure","Ticket_Type","Billing_Week_Read_Only","Scheduled_Date","Snow_Closure"}]).execute()
connection.commit()
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Insert method, can't insert data
SupabaseSSupabase / help-and-questions
4y ago
Return data on insert
SupabaseSSupabase / help-and-questions
4y ago
Return data from insert()?
SupabaseSSupabase / help-and-questions
4y ago
Insert data using cron and trigger pg_net
SupabaseSSupabase / help-and-questions
3y ago