Hi! I've setup an external delta lake catalog (backed by Databricks delta lake) and I can successfully list all databases and query tables, however I can't seem to access any of the materialized views I've created in Databricks,
show tables
yields nothing e.g. and
show views
doesn't work. Is this supported?
r
Robert Raharjo
10/06/2025, 8:47 PM
No, StarRocks can't access the Databricks materialized views
e
Erik Jarleberg
10/07/2025, 6:31 AM
Are there any plans to add support for this? As far as I can tell they are materialized and thus stored in s3 e.g. just like regular tables. Most modern Databricks pipelines are DLT (delta live table) and thus use materialized views, so this is a real blocker for us