© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago•
1 reply
wanderexplorer

Unable to update value of one column in the row in Python client

Hi, I am trying to update the value of a preloaded table's column's value for a given row. Python doesn't throw me any error and the Supabase table also doesn't reflect any change, here's the code I'm using:

update = supabase.table("stocks").update({'last_closing_price': '24.56'}).eq('stock_symbol', 'LCAA')

Any thoughts? I initially thought it was a policies issue but I now have public update access on this table and still no change
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

Unable to update column value to null (supabase-js)
SupabaseSSupabase / help-and-questions
4y ago
How to update column in row on update trigger?
SupabaseSSupabase / help-and-questions
4y ago
Apollo Client Graphql : limit to one row relation one-to-many
SupabaseSSupabase / help-and-questions
3y ago
Row level security policy exept for one column
SupabaseSSupabase / help-and-questions
4y ago