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
The task_override_fields attribute contains the list of editable table fields and indicates whether each field can be modified by the task runner at execution time.
This table holds the task groups defined in the TDM Portal. Task groups organize tasks into logical collections by domain, team, or use case. A separate record is created for each group, holding its name and optional description.
This table holds the mapping between tasks and task groups. Since a task can belong to multiple groups, a separate record is created for each task-to-group assignment.
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 the execution notes added to tasks. A separate record is created for each note.
This table holds tasks and task groups marked as favorites by users. Favorited items are pinned to the top of their respective list in the Task Management window. A separate record is created for each user-favorite entry.
This table holds a list of the task's tables. A separate record is created for each table.
This table holds the partition settings for the task's referential tables. Starting with TDM 9.5, large referential tables can be processed in parallel by splitting them into partitions, where each partition is handled as a separate LUI by the task execution batch process. A separate record is created for each table partition defined for the task. See Concurrent Processing of Table Partitions for more information.
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
The task_override_fields attribute contains the list of editable table fields and indicates whether each field can be modified by the task runner at execution time.
This table holds the task groups defined in the TDM Portal. Task groups organize tasks into logical collections by domain, team, or use case. A separate record is created for each group, holding its name and optional description.
This table holds the mapping between tasks and task groups. Since a task can belong to multiple groups, a separate record is created for each task-to-group assignment.
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 the execution notes added to tasks. A separate record is created for each note.
This table holds tasks and task groups marked as favorites by users. Favorited items are pinned to the top of their respective list in the Task Management window. A separate record is created for each user-favorite entry.
This table holds a list of the task's tables. A separate record is created for each table.
This table holds the partition settings for the task's referential tables. Starting with TDM 9.5, large referential tables can be processed in parallel by splitting them into partitions, where each partition is handled as a separate LUI by the task execution batch process. A separate record is created for each table partition defined for the task. See Concurrent Processing of Table Partitions for more information.