Skip to main content

Shared Fabric Configuration

These configuration options are shared across different Fabric bundles and define how the Medallion architecture is structured in your workspace.

NameTypeDescription
BronzeConnectionPrefixbooleanWhether to include the source connection name as a prefix for Bronze tables (default: true).
BronzeKeepSourceColumnNamesbooleanIf true, retains original source column names in Bronze even if overrides are defined (default: false).
BronzeTablePrefixstringA custom string to prepend to all Bronze table names (default: empty).
BronzeTableSeparatorstringThe character(s) used to separate the prefix from the table name (default: _).
DimTablePrefixstringPrefix used specifically for Dimension tables in the Gold layer.
DimkeyPrefixstringThe suffix/prefix used for surrogate keys linked to business keys (e.g., BK_).
SilverTablePrefixstringA custom string to prepend to all Silver table names.
SilverTableSeparatorstringThe character(s) used to separate the prefix from the table name in Silver.
LakehousesList<FabricLakehouse>A list of lakehouses mapped to Medallion layers.

Fabric Lakehouse

NameTypeDescription
LakehousestringThe technical name of the lakehouse in Microsoft Fabric.
LayerstringThe Medallion layer this lakehouse represents: Bronze, Silver, or Gold.
WorkspacestringThe name of the Fabric workspace where the lakehouse resides.