Skip to main content

Connection config

The Columns section lists the columns that belong to the table in the model. Each entry specifies the source column name and its data type, which is crucial for defining how data is stored and manipulated within the model.

Connection

NameDescription
ConnectionNameUnique name for the connection. This name is also used in the objects that refer to this. The folder and filename of the yaml should be equalto this name
ConnectionPrefixPrefix that will be used for every object that is generated for this connection (unless otherwise set in the main configuration file)
ConnectionTypeType of connection. See list of types. For example azblob for Azure Blobstorage
BronzeFolderThe folder that will be used to save the source files. Those will be save in the bronze lakehouse in the Files section.

Connectiontype specific settings

azblob

NameDescription
KeyvaultSecretConnectionstringIn case of azblob, the connectionstring is retrieved from the keyvault.
ContainerContainer on azure blob to connect to
FolderFolder in the container to look for files
FileTypeType of file, see list of supported filetypes
FileExtensionExtension that is used for the file

fabricfile

Set to Fabricfiles when files are delivered to fabric directly by a third-party or custom program. In this case the loader will just look into the defined fabric folder in the Files section and process the file accordingly.

NameDescription
BronzeFolderPlace where the files that should be loaded are dropped by the other party
FileTypeType of file, see list of supported filetypes
FileExtensionExtension that is used for the file

The folder is defined in the object config itself. It will look in the defined bronzefolder for the SourceTable or SourceFilter.