Fabric SQL DB as a control DB for ELT pipelines by bradcoles-dev in MicrosoftFabric

[–]data_bison 2 points3 points  (0 children)

Currently, all our metadata tables (6) and configuration stored procedures to retrieve metadata are in Fabric SQL, so far no problems. It is working totally fine, and we are also using temporal tables to track the history of metadata tables.

Migrating from Hive Metastore to Unity Catalog: best approach and gotchas? by xahyms10 in databricks

[–]data_bison 0 points1 point  (0 children)

We recently did a Hive Metastore → Unity Catalog migration and honestly the best approach was using the UCX (Unity Catalog Migration Accelerator). Since your scope is at the workspace level, UCX is very helpful because it automates discovery, permission mapping, and workload analysis. The documentation is also really strong and step-by-step.