📄️ Intro about the basics
EasyFabric works with Microsoft Fabric (fabric). It deploys objects to fabric by using Azure DevOps (devops) yaml pipelines. The general idea is this: Create a yaml file with your wishes and a complete medaillon architecture will be created for you.
📄️ Configuration config
The general configuration that is used to generate the objects with the requested settings.
📄️ 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.
📄️ Object config (table)
An object is the definition of a table that will be created inside fabric, based on the settings in the yaml file.
📄️ Data Types
Common list of datatypes used in a variaty of applications and databases.