📄️ Intro about the basics
What is EasyFabric?
📄️ 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. Some settings can be supplied on the connection as well. In general, the lowest will be used. So if a setting is set on connection and object, the setting of the object will be used for that particular object.
📄️ Loading data
Loading data is happening at multiple places with Easy Fabric. In general data will move from source to bronze, to silver and will end at gold.
📄️ Notebooks
EasyFabric relies (almost) solely on notebooks for loading and processing data into the different stages of the fabric workspace.
📄️ Wheel Package
What is a Python Wheel Package?
📄️ Data Types
Common list of datatypes used in a variaty of applications and databases.