Microsoft Fabric recipe
Generate T-SQL DDL from the Governed Model
Close the loop: stand up a new environment from governed meaning, not copied DDL.
Import your estate, then generate coremodels_fabric_tables.sql from the governed model: T-SQL CREATE TABLE statements with bracketed identifiers, NOT NULL/NULL from governed checks, one PRIMARY KEY per table, and FOREIGN KEY declarations from governed references. Views are derived objects and are deliberately skipped - declared in the lossiness report rather than emitted misleadingly. Generation is a read-only act you run from the landing page; regenerate the script rather than editing it.