This seems a very simple challenge, but I'm stumped.
I'm trying to update a database with data from Google Analytics periodically. I'm using the Python client and upsert. Even with a basic single line, it does not seem to be updating the table. Table definition is:
create table public.users_by_day ( id bigint generated by default as identity, created_at timestamp with time zone not null default now(), "pagePath" text not null, date date not null, "totalUsers" bigint not null, constraint users_by_day_pkey primary key ("pagePath", date) ) tablespace pg_default;
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.