drizzle-kit pull not working (freezes) with supabase
I'm trying to integrate drizzle to an existing supabase project with 77 tables.
When i run
and the command hangs there forever.
Weird thing is when I add
When i run
npx drizzle-kit pull i see this logand the command hangs there forever.
drizzle.config.ts looks like:Weird thing is when I add
tableFilter: ["user"] to the config the command works, but once I add more tables to the filter or try it without filters the command freezes.