Asaf Sneh
11/21/2025, 9:58 AMCREATE 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!