Direct Lake on top of Databricks Mirrored tables?
I'm working on some PoCs for my client related to their Databricks catalogs. I have some mirrored Databricks tables in Fabric and I have created shortcuts to them in my Fabric lakehouse. However, when I right click on the lakehouse and choose "New Semantic Model", the shortcuts to the mirrored Databricks tables do not show up in the list of tables I can add to the new semantic model. I am aware that a Databricks mirrored table is metadata only (not a "real" Fabric delta table, so I'm guessing that we would need to "materialize" (e.g. CTAS) the data in our Fabric lakehouse in order to use it for a direct lake semantic model. Anyone have experience with this?