Hi everyone, I’m using DataGrip and having an issu...
# questions-and-troubleshooting
a
Hi everyone, I’m using DataGrip and having an issue with Paimon catalogs visibility. I created the catalog as follows:
Copy code
CREATE EXTERNAL CATALOG `attr_primary`
PROPERTIES (
  "paimon.catalog.type" = "filesystem",
  "gcp.gcs.use_compute_engine_service_account" = "true",
  "type" = "paimon",
  "paimon.catalog.warehouse" = "<gs://attribution-primary-conversion-prd/>"
);
I can query the tables without any problem, but the schemas and tables don’t appear in the side panel in DataGrip (neither in other clients) Does anyone know if there’s an additional configuration needed to make the catalog’s tables visible in the UI? Any help would be appreciated!
👀 1