Skip to main content

Configurations

The BimlFlex Configurations allow for the creation and management of custom attributes which can assist in driving the behavior of the BimlFlex output.

Overview

Property
Description
Configuration KeyThe unique name of the selected configuration.
Configuration ValueThis column contains the value to be returned when the configuration is accessed by the framework. This attribute allows you to define naming conventions custom to your environment.
Configuration Data TypeThe definition of the data type for a configuration being used in the solution output. Here you should enter the data type using the following format "DATATYPENAME".
LengthThe length of the column that is part of the configuration.
PrecisionThe precision of the column that is part of the configuration.
ScaleThe scale of the column that is part of the configuration.
Configuration DefaultThe value that will used by the configuration if no Configuration Value has been specified.
Configuration GroupThe category the configuration belongs to.
Configuration OrderThe ordinal sequence for the configuration.
Sql Source ExpressionSQL expression for this column is used to extend source queries. Generally used for source type casting and case statements.

Example: CONVERT(VARCHAR(27), @@this, 121)
Sql Target ExpressionSQL expression for this column is used to extend target queries. Generally used for source type casting and case statements.

Example: CONVERT(VARCHAR(27), @@this, 121)
Pushdown Source ExpressionPushdown Extraction SQL expression for this column is used to extend source queries. Generally used for source type casting and case statements.

Example: CONVERT(VARCHAR(27), @@this, 121)
Pushdown Target ExpressionPushdown Extraction SQL expression for this column is used to extend target queries. Generally used for source type casting and case statements.

Example: CONVERT(VARCHAR(27), @@this, 121)
Ssis Dataflow ExpressionThis value specifies the expression used to calculate the value of the derived column. The SSIS expression syntax is used. Utilize the same syntax as the Derived Column.
Adf Copy ExpressionThis value specifies the expression used to calculate the value of the derived column. The ADF Copy Activity expression syntax is used. Utilize the same syntax as the Derived Column.
Adf Dataflow ExpressionThis value specifies the expression used to calculate the value of the derived column. The ADF Dataflow expression syntax is used. Utilize the same syntax as the Derived Column.
NullableThis column allows to you define if the configuration value is allowed to be null.
DescriptionOptional annotations for the configuration.
Internal

References

Property
Description
CustomerReference to the Customer that this configuration belongs to.
VersionReference to the Version that this configuration belongs to.
Data TypeThe data type of the column that is part of the configuration.
Landing AttributeThe Landing Attribute is used to control if a configuration is applied to the landing environment of the solution architecture.
Staging AttributeThe Staging Attribute is used to control if a configuration is applied to the staging environment of the solution architecture.
Persistent Staging AttributeThe Persistent Staging Attribute is used to control if a configuration is applied to a Persistent Staging component of the solution architecture.
Hub AttributeThe Hub Attribute is used to control if a configuration is applied to Data Vault Hub entities when generating a data solution that contains a Data Vault.
Satellite AttributeThe Satellite Attribute is used to control if a configuration is applied to Data Vault Satellite entities when generating a data solution that contains a Data Vault.
Link AttributeThe Link Attribute is used to control if a configuration is applied to Data Vault Link entities when generating a data solution that contains a Data Vault.
Dim AttributeThe Dimension Attribute is used to control when a configuration is applied to Dimension Tables when generating a data solution that contains Data Marts.
Fact AttributeThe Fact Attribute is used to control if a configuration is applied to Fact Tables when generating a data solution that contains Data Marts.