TDM settings and TDM tasks are kept in a dedicated PostgreSQL DB. The TDM GUI and task execution processes connect to the TDM DB to get or update TDM settings or tasks.
The following table lists the TDM tables and their description.
Table Name | Description | Table Category |
permission_groups_mapping |
Mapping of Fabric roles to TDM permission groups (admin, owner, or tester). The relation between Fabric roles and TDM permission groups is many to one. |
TDM Permission Groups (User Types) |
business_entities |
Business Entities list. | Business Entity |
tdm_lu_type_relation_eid |
TDM relationships table. This table maps the source parent Entity ID to its source children Entity IDs per source environment. For example Customer 1 has orders 56, 63 and 73 in the Production environment. This table is populated by a sync of the parent LU and is used to build the entities list of the children LUs during Load (copy) tasks. Click for more information about tdm_lu_type_relation_eid table. |
Business Entity |
tdm_lu_type_rel_tar_eid |
TDM relationship table for target IDs. This table maps the target parent Entity ID to its target children Entity IDs per target environment and is populated by a sync of the parent LU. The table is used to build the entities list of the children LUs for Delete and load entity or Delete entity without load tasks when the TDM task deletes parent entities and their related data from a target environment. |
Business Entity |
[LU_NAME]_params |
Parameters table. Contains the list of all entities migrated into Fabric per LU. Each combination of an entity and source environment has a specific record which holds the Entity ID (IID), source environment name and the list of parameters defined for the LU. For example, Customer Type. This table is created by a Fabric sync on each LU and is used to support random selection and select by parameters task selection methods. |
Business Entity |
tdm_be_post_exe_process |
List of post-execution processes attached to each Business Entity. A post-execution process is executed at the end of the task execution process. For example, sending a mail to a user. | Business Entity |
product_logical_units |
|
Business Entity/System |
products |
Products (applications) list. | Systems |
environments |
TDM source and target environments. Each record contains the environment name, environment type (source, target, or both), and the environment name in Fabric. | TDM Environments |
environment_owners |
List of environment owner users of each TDM environment. | TDM Environments |
environment_products |
List of products (applications) attached to each environment. The connection details of an environment's interfaces are defined and saved in Fabric. | TDM Environments |
environment_roles |
List of roles and their permissions per TDM environment. | TDM Environments |
environment_role_users |
List of users attached to a role. | TDM Environments |
tdm_env_globals |
List of Global parameters set on an environment level. | TDM Environments |
tdm_reserved_entities |
Reserved Entities List. | Reserved Entities |
tasks |
Tasks list. | Task |
task_globals |
List of Global parameters set on a task level. | Task |
task_ref_tables |
List of Reference tables included in each TDM task. | Task |
tasks_logical_units |
List of LUs included in each TDM task. | Task |
task_exe_error_detailed |
TDM Execution detailed error table. | Task Execution |
task_execution_entities |
Detailed list of entities and the execution status of each task's execution. This table is used to generate the entity list of the children LU of a task execution. This table is also copied and stored in the TDM LU to display the list of copied and failed entities and Reference tables of the task execution. |
Task Execution |
task_execution_list |
Holds the list of execution requests for each task's execution. A separate record is created for each LU and post-execution process. | Task Execution |
task_execution_override_attrs |
List of execution parameters like environments or Globals to be overridden on given task execution.
The list of the overridden parameters is concatenated into a JSON file and populated in the override_parameters column. For example: {"SOURCE_ENVIRONMENT_NAME":"ENV3","TARGET_ENVIRONMENT_NAME":"ENV3"} |
Task Execution |
task_execution_summary |
Summary information of each task's execution. A record is created for each task's execution. | Task Execution |
task_ref_exe_stats |
List of Reference tables to be processed by the execution of a given task. | Task Execution |
tasks_post_exe_process |
List of post-execution processes to be executed for each task's execution. | Task Execution |
tdm_seq_mapping |
Mapping of source and target sequences. |
Task Execution |
task_exe_stats_detailed |
Detailed statistics of each task's execution. | Task Execution Statistics |
activities |
TDM activities log. A new record is created for each TDM activity specifying its date, time, user, type (create or update), impacted TDM component and description. | TDM Activities |
tdm_general_parameters |
TDM general parameters. | General TDM Parameters |
TDM settings and TDM tasks are kept in a dedicated PostgreSQL DB. The TDM GUI and task execution processes connect to the TDM DB to get or update TDM settings or tasks.
The following table lists the TDM tables and their description.
Table Name | Description | Table Category |
permission_groups_mapping |
Mapping of Fabric roles to TDM permission groups (admin, owner, or tester). The relation between Fabric roles and TDM permission groups is many to one. |
TDM Permission Groups (User Types) |
business_entities |
Business Entities list. | Business Entity |
tdm_lu_type_relation_eid |
TDM relationships table. This table maps the source parent Entity ID to its source children Entity IDs per source environment. For example Customer 1 has orders 56, 63 and 73 in the Production environment. This table is populated by a sync of the parent LU and is used to build the entities list of the children LUs during Load (copy) tasks. Click for more information about tdm_lu_type_relation_eid table. |
Business Entity |
tdm_lu_type_rel_tar_eid |
TDM relationship table for target IDs. This table maps the target parent Entity ID to its target children Entity IDs per target environment and is populated by a sync of the parent LU. The table is used to build the entities list of the children LUs for Delete and load entity or Delete entity without load tasks when the TDM task deletes parent entities and their related data from a target environment. |
Business Entity |
[LU_NAME]_params |
Parameters table. Contains the list of all entities migrated into Fabric per LU. Each combination of an entity and source environment has a specific record which holds the Entity ID (IID), source environment name and the list of parameters defined for the LU. For example, Customer Type. This table is created by a Fabric sync on each LU and is used to support random selection and select by parameters task selection methods. |
Business Entity |
tdm_be_post_exe_process |
List of post-execution processes attached to each Business Entity. A post-execution process is executed at the end of the task execution process. For example, sending a mail to a user. | Business Entity |
product_logical_units |
|
Business Entity/System |
products |
Products (applications) list. | Systems |
environments |
TDM source and target environments. Each record contains the environment name, environment type (source, target, or both), and the environment name in Fabric. | TDM Environments |
environment_owners |
List of environment owner users of each TDM environment. | TDM Environments |
environment_products |
List of products (applications) attached to each environment. The connection details of an environment's interfaces are defined and saved in Fabric. | TDM Environments |
environment_roles |
List of roles and their permissions per TDM environment. | TDM Environments |
environment_role_users |
List of users attached to a role. | TDM Environments |
tdm_env_globals |
List of Global parameters set on an environment level. | TDM Environments |
tdm_reserved_entities |
Reserved Entities List. | Reserved Entities |
tasks |
Tasks list. | Task |
task_globals |
List of Global parameters set on a task level. | Task |
task_ref_tables |
List of Reference tables included in each TDM task. | Task |
tasks_logical_units |
List of LUs included in each TDM task. | Task |
task_exe_error_detailed |
TDM Execution detailed error table. | Task Execution |
task_execution_entities |
Detailed list of entities and the execution status of each task's execution. This table is used to generate the entity list of the children LU of a task execution. This table is also copied and stored in the TDM LU to display the list of copied and failed entities and Reference tables of the task execution. |
Task Execution |
task_execution_list |
Holds the list of execution requests for each task's execution. A separate record is created for each LU and post-execution process. | Task Execution |
task_execution_override_attrs |
List of execution parameters like environments or Globals to be overridden on given task execution.
The list of the overridden parameters is concatenated into a JSON file and populated in the override_parameters column. For example: {"SOURCE_ENVIRONMENT_NAME":"ENV3","TARGET_ENVIRONMENT_NAME":"ENV3"} |
Task Execution |
task_execution_summary |
Summary information of each task's execution. A record is created for each task's execution. | Task Execution |
task_ref_exe_stats |
List of Reference tables to be processed by the execution of a given task. | Task Execution |
tasks_post_exe_process |
List of post-execution processes to be executed for each task's execution. | Task Execution |
tdm_seq_mapping |
Mapping of source and target sequences. |
Task Execution |
task_exe_stats_detailed |
Detailed statistics of each task's execution. | Task Execution Statistics |
activities |
TDM activities log. A new record is created for each TDM activity specifying its date, time, user, type (create or update), impacted TDM component and description. | TDM Activities |
tdm_general_parameters |
TDM general parameters. | General TDM Parameters |