CoreModelsCoreModels
Microsoft Fabric recipe

First Governed Import for Fabric

Turn two T-SQL queries into a governed warehouse model.

Upload the extract your SQL analytics endpoint already answers: tables and views become governed Types (identity database.schema.table), columns become Elements with reconstructed native types (varchar(n), nvarchar(max), decimal(p,s); bit → Boolean), IS_NULLABLE = NO becomes NotNull, and PK/FK constraint rows become uniqueness checks and governed references (composite-key aware). A first audit is recorded so drift tracking starts on day one. No Fabric or SQL Server credentials ever reach CoreModels.