TDM settings are saved in the TDM PostgreSQL DB.
TDM tasks update the following TDM DB tables:
This table holds all TDM tasks defined in the TDM Portal.
A new record is created for each task.
Each task record gets a unique task_id sequence, which is the table's PK.
These columns are used by the TDM task execution process for creating the entities list of the root LUs for each task:
selection method: populated based on the task's data type (entities or tables) and the subset selection method.
clone_ind: this field is set to true if the task needs to clone an entity.
num_of_entities: number of provisioned entities.
selection_param_value: populated when the task selection method is either Entity List, Business Parameters, or Custom Logic selection methods:
parameters - populated when the task's subset is based on Business parameters selection method.
selected_subset_task_exe_id - the task execution of the selected training model (data generator) for the AI-based generation.
source_env_name
source_environment_id
This table holds the LUs list of each task. A separate record is created for each LU.
This table holds a task's pre and post execution processes. A new record is created for each pre or post execution process.
This table holds all variables that are overridden by the task. A separate record is created for each variable.
This table is populated with data generation parameters for Generate tasks.
This table holds a list of the task's tables. A separate record is created for each table.
TDM settings are saved in the TDM PostgreSQL DB.
TDM tasks update the following TDM DB tables:
This table holds all TDM tasks defined in the TDM Portal.
A new record is created for each task.
Each task record gets a unique task_id sequence, which is the table's PK.
These columns are used by the TDM task execution process for creating the entities list of the root LUs for each task:
selection method: populated based on the task's data type (entities or tables) and the subset selection method.
clone_ind: this field is set to true if the task needs to clone an entity.
num_of_entities: number of provisioned entities.
selection_param_value: populated when the task selection method is either Entity List, Business Parameters, or Custom Logic selection methods:
parameters - populated when the task's subset is based on Business parameters selection method.
selected_subset_task_exe_id - the task execution of the selected training model (data generator) for the AI-based generation.
source_env_name
source_environment_id
This table holds the LUs list of each task. A separate record is created for each LU.
This table holds a task's pre and post execution processes. A new record is created for each pre or post execution process.
This table holds all variables that are overridden by the task. A separate record is created for each variable.
This table is populated with data generation parameters for Generate tasks.
This table holds a list of the task's tables. A separate record is created for each table.