7.1 Populating tables for Composite Pipeline components
EST_OBJECT_REQUISITE table
A process or a model can have any number of prerequisites operations to run before running the process or model and any number of post-requisites after running the process or model. Hence, STSA provides a EST_OBJECT_REQUISTE
table where you can maintain this list of prerequisites and post-requisites of all the selected processes and models for the composite pipeline that will be created while creating the analysis configuration.
Table 7-1 Details about EST_OBJECT_REQUISITE table
Column Name | Description | Example | Comments |
---|---|---|---|
V_OBJECT_INFODOM | Provide the workspace name where this object is present in. | STSAINFODOM | Note: Ensure that all the objects are created on the same workspace or workspace. |
V_OBJECT_APP_PACKAGE_ID | Provide the application package ID of the process. | OFS_STSA | |
V_OBJECT_TYPE | Provide the type of object for which prerequisite or postrequisite requisite is being configured. There are the following types of PMF and RRF objects:
|
RUNPROCESS | |
V_OBJECT_ID | Provide an id or code for the following objects:
|
PR_1865839290 | |
V_REQUISITE_TYPE | This represents if the required object has to run before or after the object. Provide one of the values:
|
POST | |
V_REQUISTE_OBJECT_TYPE | This is the type of the object configured for prerequisite or postrequisite.
|
BATCH | |
V_REQUISTE_OBJECT_ID | This represents the unique id of the prerequisite or post requisite object. | OFSAAIINFO_Data |
Note: If you are providing the value in the V_REQUISITE_OBJECT_TYPE column as:
Note: The sub-types of RRF are BR, SR and IR. |
V_REQUISTE_OBJECT_SEQUENCE | Provide the sequence of order to run these prerequisites and post-requisites.
Note: If same preference is given to two or more objects, they are run in parallel. |
1 |
EST_CONFIGURATION table
While building an analysis configuration, after selecting the metrics (process or model as a source) and additional models a composite pipeline is created.
If there is a similar composite pipeline created for an analysis configuration created earlier and it is approved, the existing pipelines are listed for selection.
Based on the models and processes selected the values in the EST_CONFIGURATION
table is populated. And, this sequence is executed when the composite pipeline is executed. This is the auto sequencing mode.
Table 7-2 Details about EST_CONFIGURATION table
Column Name | Description | Example | Comments |
---|---|---|---|
V_COMPONENT_CODE | This represents the code of the component selected for the object. This value is prepopulated. | PROCESS_AUTOSEQUENCE_MODE | |
V_COMPONENT_NAME | This represents the name of the object. This value is prepopulated. | EST_PROCESS | |
V_COMPONENT_VALUE | This represents the configuration of operation. For auto-sequencing mode two options are available for selection:
Note:By default, the value is set to PMF. If required, you can change the value to DC. If you are changing the source to DC then ensure that all the glossary terms are linked to the pipelines. |
DC | |
V_COMMENTS | This represents the description of the configuration. | Mode for autosequence of composite pipeline components |