Add the LU's parameters to the LuParamsMapping MTable (located under References in the Project tree).
The LuParamsMapping has the following fields:
lu_name
param_name
lu_table
lu_table_field
Each parameter must be mapped to an LU table's field. The parameter name does not have to be identical to the lu_table_field.
If you have calculated parameters such as number of open cases or total open debt, add an LU table that contains these parameters. Add the new table with the calculated parameters to TDMFilterOutTargetTables actor in order to exclude these tables from the load, delete, and from the data generation flows creation.
Verify that all the LU tables in the LuParamsMapping are linked to parent tables. This is required in order to add a FK to tables when they are exported to the TDM DB.
Note that the MDB export does not support multiple populations with different links to parent tables. The LU tables in LuParamsMapping must have one link to a parent LU table.
The TDM extract task execution exports the LU tables to the TDM DB. A dedicated schema is created for each LU. An FK is created for each parent/child link between tables. The following tables are exported into the TDM DB:
FABRIC_TDM_ROOT - the entire table is exported.
TDM_BE_IIDS - the entire table is exported.
The LU tables in LuParamsMapping MTable - only the parameter fields and the linked fields to the parent or child LU tables are exported.
PK and FK fields are exported.
The exported tables are used for the following:
Moreover, the TDM task execution process populates the tdm_params_distinct_values TDM DB table with the parameters list and the valid values for combo parameters.
This table is used for getting the list of available parameters and their valid values in the task.
The AI-based generated entities are not 'synced' from a data source. The AI process generates entities, and TDM imports the generated entities to Fabric. A post TDM process exports the parameter tables of the imported entities, enabling a selection of these entities based on parameters.
Click here for more information about the AI-based generation.
Notes:
<LU Name>_params
table in the TDM DB. The <LU Name>_params
table is required by both methods of entity selection in a TDM task: Parameters and Random Selection.Add the LU's parameters to the LuParamsMapping MTable (located under References in the Project tree).
The LuParamsMapping has the following fields:
lu_name
param_name
lu_table
lu_table_field
Each parameter must be mapped to an LU table's field. The parameter name does not have to be identical to the lu_table_field.
If you have calculated parameters such as number of open cases or total open debt, add an LU table that contains these parameters. Add the new table with the calculated parameters to TDMFilterOutTargetTables actor in order to exclude these tables from the load, delete, and from the data generation flows creation.
Verify that all the LU tables in the LuParamsMapping are linked to parent tables. This is required in order to add a FK to tables when they are exported to the TDM DB.
Note that the MDB export does not support multiple populations with different links to parent tables. The LU tables in LuParamsMapping must have one link to a parent LU table.
The TDM extract task execution exports the LU tables to the TDM DB. A dedicated schema is created for each LU. An FK is created for each parent/child link between tables. The following tables are exported into the TDM DB:
FABRIC_TDM_ROOT - the entire table is exported.
TDM_BE_IIDS - the entire table is exported.
The LU tables in LuParamsMapping MTable - only the parameter fields and the linked fields to the parent or child LU tables are exported.
PK and FK fields are exported.
The exported tables are used for the following:
Moreover, the TDM task execution process populates the tdm_params_distinct_values TDM DB table with the parameters list and the valid values for combo parameters.
This table is used for getting the list of available parameters and their valid values in the task.
The AI-based generated entities are not 'synced' from a data source. The AI process generates entities, and TDM imports the generated entities to Fabric. A post TDM process exports the parameter tables of the imported entities, enabling a selection of these entities based on parameters.
Click here for more information about the AI-based generation.
Notes:
<LU Name>_params
table in the TDM DB. The <LU Name>_params
table is required by both methods of entity selection in a TDM task: Parameters and Random Selection.