TDM Database

TDM settings and TDM tasks are kept in a dedicated PostgreSQL DB. The TDM APIs 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 relationship between Fabric roles and TDM permission groups is many-to-one.

Click for more about the TDM permission groups.

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 for building 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 for building 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.

Click for more information about tdm_lu_type_rel_tar_eid.

Business Entity

[LU_NAME]_params

Parameters table. Contains the list of all entities migrated into Fabric per LU. Each combination of an entity and a source environment has a specific record that holds the Entity ID (IID), source environment name and the list of parameters defined for the LU (for example, customer type). The LU parameters table is created by a Fabric sync on each LU and is used for supporting a random selection and for selecting by parameters task selection methods.

Click for more information about parameters handling.

Business Entity

tdm_params_distinct_values

Parameters table. Contains the list of all parameters, their values and types.

Click for more information about parameters handling.

Business Entity

tdm_be_post_exe_process

List of post-execution processes attached to each Business Entity. A post-execution process is executed after the task execution process ends. For example, sending a mail to a user. Business Entity

product_logical_units

  • Maps a list of LUs in each Business Entity.
  • Maps the relationship of the LUs in a Business Entity.
  • Maps the link of the combined Business Entity and LU to a system (product).

Click for more information about this table.

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

tdm_generate_task_field_mappings

The data generation parameters of Generate tasks. 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 for generating 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 a 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.

Click for more information about sequence implementation.

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

Previous

TDM Database

TDM settings and TDM tasks are kept in a dedicated PostgreSQL DB. The TDM APIs 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 relationship between Fabric roles and TDM permission groups is many-to-one.

Click for more about the TDM permission groups.

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 for building 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 for building 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.

Click for more information about tdm_lu_type_rel_tar_eid.

Business Entity

[LU_NAME]_params

Parameters table. Contains the list of all entities migrated into Fabric per LU. Each combination of an entity and a source environment has a specific record that holds the Entity ID (IID), source environment name and the list of parameters defined for the LU (for example, customer type). The LU parameters table is created by a Fabric sync on each LU and is used for supporting a random selection and for selecting by parameters task selection methods.

Click for more information about parameters handling.

Business Entity

tdm_params_distinct_values

Parameters table. Contains the list of all parameters, their values and types.

Click for more information about parameters handling.

Business Entity

tdm_be_post_exe_process

List of post-execution processes attached to each Business Entity. A post-execution process is executed after the task execution process ends. For example, sending a mail to a user. Business Entity

product_logical_units

  • Maps a list of LUs in each Business Entity.
  • Maps the relationship of the LUs in a Business Entity.
  • Maps the link of the combined Business Entity and LU to a system (product).

Click for more information about this table.

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

tdm_generate_task_field_mappings

The data generation parameters of Generate tasks. 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 for generating 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 a 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.

Click for more information about sequence implementation.

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

Previous