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
| Name | Type | Description |
|---|---|---|
| BronzeConnectionPrefix | true/false | Use prefix from ConnectionPrefix for the bronze objects (default=true) |
| BronzeKeepSourceColumnNames | true/false | Use the source names even when overriden on bronze (default=false) |
| BronzeTablePrefix | String | Prefix for bronze objects with this (default='') |
| BronzeTableSeparator | String | Separator to use at objects for bronze (default='_') |
| GoldTablePrefix | String | Prefix for gold objects with this (default='') |
| GoldTableSeparator | String | Separator to use at objects for gold (default='_') |
| DimTablePrefix | String | Prefix used for dimensions in the dataplatform |
| DimkeyPrefix (Required) | String | Prefix used for dimensions keys in the dataplatform (for example BK) |
| TransformationTablePrefix | String | Prefix used for transformation objects in the dataplatform (default='T') |
| SilverConnectionPrefix | true/false | Use the connection prefix for object names on silver (default=true) |
| SilverTablePrefix | String | Prefix for silver objects with this (default='') |
| SilverTableSeparator | String | Separator to use at objects for silver (default='_') |
| Lakehouses (Required) | List<FabricLakehouse> | List of lakehouses used in the medallion layer |
Fabric Lakehouse
| Name | Type | Description |
|---|---|---|
| Lakehouse (Required) | String | Name of the lakehouse for the given layer |
| Layer (Required) | FabricMedallionLayer | Layer for the medallion architecture: Bronze, Silver, Gold |
| Workspace (Required) | String | Fabric Workspace name (workspace has to exist and user needs access) |
| Workspaceid (Required) | String | Fabric Workspace id (workspace has to exist and user needs access) |
| deployApplicationId (Required) | String | ApplicationID that is used to deploy to the lakehouse from Azure Devops |