Im trying to use apache superset with the unified ...
# questions-and-troubleshooting
d
Im trying to use apache superset with the unified and delta (I've tried both) lakehouse catalogs through hive metastore. It seems that lakehouse catalogs don't have certain information_schema tables. like
Unknown table 'information_schema.tables_config'
however the default catalog does, this is on 4.0.2, is this expected?
p
I also discovered this today. I logged this issue https://github.com/StarRocks/starrocks/issues/67023
d
just tried with 3.5.x and the same thing
I got it working with 1.0.6
p
That's great, I will try that too.