LU tables are the basic building blocks for creating Logical Units. There are several ways to create a new LU table.
There are three main methods for creating a new LU table:
From the project tree:
From the LU schema:
Create a table based on data source table, using the DB Interface Explorer:
Switch from the Project tree to the DB Interface Explorer by clicking the icon on the left Activity Bar.
Click on the relevant interface data source and select the required table.
Right click on the table and choose "Add Tables to Schema". The table will be created in Fabric, according to the selected table definitions, along with its population and will be added to the schema.
Note that you can expand the table at the DB Interface Explorer and select specific columns. When doing it, the created Fabric table will contain only the columns which were selected.
Create a table based on data source tables, using Query Builder:
From the Project Tree:
Click for More Information about Adding a Table to a Schema.
Note that in specific cases the Data Type of a column that has been automatically created based on a DB table may need to be edited manually. For example, a Number column in Oracle is created in Fabric with Data Type = Real. This column might need to be modified to an Integer or Text in the LU table.
The LU Table Schema is defined in the Columns Tab in the Table window where you can set the columns and their types, mark mandatory fields and set the default values.
LU tables are the basic building blocks for creating Logical Units. There are several ways to create a new LU table.
There are three main methods for creating a new LU table:
From the project tree:
From the LU schema:
Create a table based on data source table, using the DB Interface Explorer:
Switch from the Project tree to the DB Interface Explorer by clicking the icon on the left Activity Bar.
Click on the relevant interface data source and select the required table.
Right click on the table and choose "Add Tables to Schema". The table will be created in Fabric, according to the selected table definitions, along with its population and will be added to the schema.
Note that you can expand the table at the DB Interface Explorer and select specific columns. When doing it, the created Fabric table will contain only the columns which were selected.
Create a table based on data source tables, using Query Builder:
From the Project Tree:
Click for More Information about Adding a Table to a Schema.
Note that in specific cases the Data Type of a column that has been automatically created based on a DB table may need to be edited manually. For example, a Number column in Oracle is created in Fabric with Data Type = Real. This column might need to be modified to an Integer or Text in the LU table.
The LU Table Schema is defined in the Columns Tab in the Table window where you can set the columns and their types, mark mandatory fields and set the default values.