anand
04/19/2022, 5:28 AManand
04/19/2022, 5:30 AMStudywithdesign
04/19/2022, 6:02 AManand
04/19/2022, 6:04 AMStudywithdesign
04/19/2022, 6:05 AManand
04/19/2022, 6:06 AManand
04/19/2022, 6:06 AMStudywithdesign
04/19/2022, 6:10 AMStudywithdesign
04/19/2022, 6:10 AManand
04/19/2022, 6:50 AMwillm
04/19/2022, 7:11 AMwillm
04/19/2022, 7:11 AMVidski
04/26/2022, 8:02 AMpy
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?Vidski
04/26/2022, 8:03 AMVidski
04/26/2022, 9:34 AMSteve
05/02/2022, 5:44 PMauth
schema is not exposed through the API. You could create of view(removing sensitive columns) of auth.users into the public schema.ben
05/08/2022, 12:24 AManand
05/08/2022, 10:47 AManand
05/08/2022, 12:49 PMTyler
05/08/2022, 12:57 PMben
05/08/2022, 3:31 PMimport os
from supabase import create_client, Client
url: str = os.environ.get("SUPABASE_URL")
key: str = os.environ.get("SUPABASE_KEY")
supabase: Client = create_client(url, key)
anand
05/08/2022, 3:32 PManand
05/08/2022, 3:32 PManand
05/08/2022, 3:32 PManand
05/08/2022, 3:32 PMben
05/08/2022, 3:35 PMben
05/08/2022, 3:35 PMben
05/08/2022, 3:36 PMben
05/08/2022, 3:36 PMben
05/08/2022, 3:37 PM