Implemented
0
CSV Import in studio fails to assign authenticated user id
Source: supabase/supabase#28820 · opened by @castortech
Bug report <!-- ⚠️ We receive a lot of bug reports which have already been solved or discussed. If you are looking for help, please try these first: • Docs: • Discussions: • Discord: Before opening a bug report, please verify the following: --> • I confirm this is a bug with Supabase, not with my own application. • I confirm I have searched the [Docs]( GitHub [Discussions]( and [Discord]( Describe the bug I created a CSV to import in an empty table. In the table editor I made sure to change from Postgres to impersonate an authenticated user. My table user_id is defined as: user_id UUID NOT NULL REFERENCES auth.users(id) ON DELETE CASCADE, I am getting an error that user_id is null and thus violating constraint. But since I am an authenticated user, the value should be inferred. To Reproduce Import a CSV into a table with a user_id that is sourced from auth.users(id) while impersonating a valid authenticate…
No pledges yet. Be the first to back this.
Comments
Similar requests
Self-Hosted: User Authentication Context and Auditability in Supabase Studio
3 votes · 0 comments
Add CSV Delimiter Configuration Option
5 votes · 0 comments
Support skipping conflicting rows during CSV import
1 vote · 0 comments
Ability to search for an auth user using phone number on the supabase console/studio
1 vote · 0 comments
Studio CSV import: skip type mismatched rows and download rejects
1 vote · 0 comments
No comments yet.