dreinon
11/19/2021, 1:59 AMJ0
11/19/2021, 3:53 AMdreinon
11/19/2021, 9:01 AMPhil
11/28/2021, 11:18 PManothercoder
11/29/2021, 1:48 AMstorage = supabase.storage()
file_api = storage.StorageFileAPI(bucketname)
anand
11/29/2021, 4:28 AMPhil
11/29/2021, 7:32 AManothercoder
11/29/2021, 7:37 AMPhil
11/29/2021, 7:39 AManothercoder
11/29/2021, 7:41 AMPhil
11/29/2021, 7:44 AMfuzzybearz
12/06/2021, 2:30 AManand
12/06/2021, 4:29 AMisaiah
12/06/2021, 6:15 AMconst { data, error } = await supabase.from('driver').select('name, car (model)')
in Javascript returns the joined data I expect, while
data = supabase.table('driver').select("name, car (model)").execute()
in python returns
{'data': {'message': 'Could not find a relationship between driver and car in the schema cache', 'hint': 'If a new foreign key between these entities was created in the database, try reloading the schema cache.'}, 'status_code': 400}
anand
12/06/2021, 7:11 AManand
12/06/2021, 7:11 AMcar (model)"
somewhere hereanand
12/06/2021, 7:11 AManand
12/06/2021, 7:12 AMisaiah
12/06/2021, 7:27 AMunsuitable001
12/09/2021, 2:07 PMor
filter in supabase-py's database? Like, I want to do something like : select * from some_table where id = some_var && (a_id = other_var || xyz contains ["abc"])anothercoder
12/09/2021, 4:11 PManand
12/09/2021, 6:23 PManand
12/09/2021, 6:25 PMSteve
12/13/2021, 6:11 PMpedrodiaz
12/14/2021, 4:04 PMpedrodiaz
12/14/2021, 4:05 PMJ0
12/17/2021, 4:50 PMrealtime-py
to realtime
in about 20 minutes. The old realtime-py
will still link to realtime
but do take note
Please take note and adjust accordingly if you are using the package. After 20 minutes, please do pip install realtime
to install instead!
We will announce this on Twitter as wellpedrodiaz
12/17/2021, 6:24 PMJ0
12/18/2021, 2:21 AMktosiek
12/21/2021, 9:00 AM