drizzle-kit introspect schemaFilters parameter ignored

When I try to execute the following on the command line, always the "public" schema is used and not the "pgmq" schema. It's as though --schemaFilters is being ignored. Am I doing something wrong?
npx drizzle-kit introspect --url="postgresql://postgres:postgres@127.0.0.1:54322/postgres" --dialect=postgresql --schemaFilters pgmq --out test

Pulling from ['public'] list of schemas
Was this page helpful?