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 GUI.
A new record is created for each task.
Each task record gets a unique task_id sequence which is the table's PK.
This column is used by the TDM task execution process to create the entities list of the root LUs on each task.
entity_exclusion_list - populated by the list of entities separated by a comma, if the task level exclusion list is set on load task.
version_ind - populated by true in a Data Flux task.
selected_version_task_name, selected_version_datetime, and selected_version_task_exe_id - the selected entities when creating a load Data Flux task to reload a selected version of entities into the target environment.
selected_ref_version_task_name, selected_ref_version_datetime, and selected_ref_version_task_exe_id - the selected Reference's version when creating a Data Flux task to copy a selected version of Reference tables into the target environment.
source_env_name
source_environment_id
fabric_environment_name
The task operation mode is set based on the combination of load_entity and delete_before_load columns:
Operation Mode |
load_entity |
delete_before_load |
Insert Entity without Delete |
true |
false |
Delete and Load Entity |
true |
true |
Delete Entity without Load |
false |
true |
This table holds the LUs list of each task. A separate record is created for each LU.
This table holds a task's post execution processes. A new record is created for each post execution process.
This table holds the following columns:
This table holds all Globals that are overridden by the task. A separate record is created for each Global.
This table holds a list of the task's Reference tables. A separate record is created for each Reference 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 GUI.
A new record is created for each task.
Each task record gets a unique task_id sequence which is the table's PK.
This column is used by the TDM task execution process to create the entities list of the root LUs on each task.
entity_exclusion_list - populated by the list of entities separated by a comma, if the task level exclusion list is set on load task.
version_ind - populated by true in a Data Flux task.
selected_version_task_name, selected_version_datetime, and selected_version_task_exe_id - the selected entities when creating a load Data Flux task to reload a selected version of entities into the target environment.
selected_ref_version_task_name, selected_ref_version_datetime, and selected_ref_version_task_exe_id - the selected Reference's version when creating a Data Flux task to copy a selected version of Reference tables into the target environment.
source_env_name
source_environment_id
fabric_environment_name
The task operation mode is set based on the combination of load_entity and delete_before_load columns:
Operation Mode |
load_entity |
delete_before_load |
Insert Entity without Delete |
true |
false |
Delete and Load Entity |
true |
true |
Delete Entity without Load |
false |
true |
This table holds the LUs list of each task. A separate record is created for each LU.
This table holds a task's post execution processes. A new record is created for each post execution process.
This table holds the following columns:
This table holds all Globals that are overridden by the task. A separate record is created for each Global.
This table holds a list of the task's Reference tables. A separate record is created for each Reference table.