Skip to main content

Configuration config

The general configuration that is used to generate the objects with the requested settings.

Fabric Configuration

The configuration needed to build the model

NameTypeDescription
BronzeConnectionPrefixtrue/falseUse prefix from ConnectionPrefix for the bronze objects (default=true)
BronzeKeepSourceColumnNamestrue/falseUse the source names even when overriden on bronze (default=false)
BronzeTablePrefixStringPrefix for bronze objects with this (default='')
BronzeTableSeparatorStringSeparator to use at objects for bronze (default='_')
GoldTablePrefixStringPrefix for gold objects with this (default='')
GoldTableSeparatorStringSeparator to use at objects for gold (default='_')
DimTablePrefixStringPrefix used for dimensions in the dataplatform
DimkeyPrefix (Required)StringPrefix used for dimensions keys in the dataplatform (for example BK)
TransformationTablePrefixStringPrefix used for transformation objects in the dataplatform (default='T')
SilverConnectionPrefixtrue/falseUse the connection prefix for object names on silver (default=true)
SilverTablePrefixStringPrefix for silver objects with this (default='')
SilverTableSeparatorStringSeparator to use at objects for silver (default='_')
Lakehouses (Required)List<FabricLakehouse>List of lakehouses used in the medallion layer

Fabric Lakehouse

NameTypeDescription
Lakehouse (Required)StringName of the lakehouse for the given layer
Layer (Required)FabricMedallionLayerLayer for the medallion architecture: Bronze, Silver, Gold
Workspace (Required)StringFabric Workspace name (workspace has to exist and user needs access)
Workspaceid (Required)StringFabric Workspace id (workspace has to exist and user needs access)
deployApplicationId (Required)StringApplicationID that is used to deploy to the lakehouse from Azure Devops