Tables
In EasyFabric the medallion architecture and schema-on-write is used as the default behavior. Each table that exists in Bronze and Silver is defined in an object yaml file, which can be found in the Objects folder in the dataplatform (Table and Object are basically the same).. This file holds all kinds of information, like table name, connection and columns. Based on this yaml file the table is generated for Bronze and Silver.
For Gold the objects are generated from the model file, found in the Models folder.
Object yaml file for Bronze and Silver
More information on how to create objects here.
The exact configuration options can be found here.