Stefan Weigert
Stefan Weigert
> Yes, that would be great. Currently I get around it by calling it with subprocess and then parsing the json output, but this seems a bit unnecessary, given that...
Could this be related to https://github.com/supabase/postgres/pull/1125? Would also coincide with the incident in the supabase cloud and does exactly change what fails for me now. Maybe I'm using it all...
Update: I got it working by not specifying a custom database and by either using `supabase_admin` as the `POSTGRES_USER` or not specifying this env var at all (since this seems...