Hey, currently having an issue with my nested sele...
# python
v
Hey, currently having an issue with my nested select
Copy code
py
supabase.table('item_instance').select('id, owner(id, name, user(email)), item_template(name)').execute()
owner (public.character) owner.user(auth.users) 'Could not find a relationship between character and user in the schema cache'. Is my select wrong?