Dremio schema doesn't appear in the Superset UI dropdown

I’m running Superset locally in Docker and connecting it to Dremio Cloud using the Flight SQL driver.
The connection works - in SQL Lab I can successfully query Dremio system tables and even run:


SELECT * FROM "wire"."cable_mw" LIMIT 1;

and I get results.
However, when I try to create a Dataset and use the table dropdown (Database → Schema → Select table), the tables do not appear in the list.
So:
SQL queries work

  • Tables are visible via INFORMATION_SCHEMA

  • But they do not appear in the UI dropdown

Has anyone encountered this with Dremio Cloud + Superset?
Is there something specific required for metadata sync or table introspection?

Thanks!