© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•13mo ago•
3 replies
boyblunder

Supabase-py 2.12 requires double-quoting multiword table names?

Previously I could run queries like:

supabase.table("MyTable")
.select("id, My Connected Table(other_id)")
.execute()

Now these queries fail, I have to wrap the tables in double quotes:

supabase.table("MyTable")
.select('id, "My Connected Table"(other_id)')
.execute()

There was nothing about this in the release notes, are other people seeing this issue?
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

Contribution to supabase-py
SupabaseSSupabase / help-and-questions
7mo ago
Email sign-up with supabase-py
SupabaseSSupabase / help-and-questions
4y ago
SUPABASE_ prefix in secret names
SupabaseSSupabase / help-and-questions
2mo ago
Double Supabase path in branches
SupabaseSSupabase / help-and-questions
2mo ago