The db_op table contains metadata about Reusable Transformations and Lookup Transformations.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dbrep_iid | integer | not null | The unique ID of the reusable transformation or lookup transformation. |
| dbrep_optype | integer | with null | The type of transformation - lookup or reusable. |
| dbrep_owner | varchar(128) | with null | Currently not used. |
| dbrep_modifier | varchar(128) | with null | Currently not used. |
| dbrep_functionname | varchar(128) | with null | The name of the function for the transformation. |
| dbrep_scriptname | varchar(128) | with null | The name of the script for the transformation. |
Product Name: Data Transformer
Table Type: Table
Relationships:
| Primary Key | Related Table | Related Column |
| dbrep_iid | db_opsegment | dbrep_iid |