TRANSFORMED_ATTRIBUTE

Description

This table stores information about transformed attributes.

Columns

Column Name Data Type Description
ID bigint Primary key column for the table.
NAME varchar Stores the name of the transformed attribute.
RETAINED bit Stores the retention status of the transformed attribute.
TYPE varchar Stores the type of the transformed attribute.
EXPRESSION longtext Stores the expression of the transformed attribute.
TRANSFORMED_ATTRIBUTES_ENRIC_0 bigint Stores the ID of the enrichment operation associated with the transformed attribute.
TRANSFORMED_ATTRIBUTES_HJORD_0 int Stores the HJORD of the transformed attribute.

Foreign Key Relationships

  • TRANSFORMED_ATTRIBUTES_ENRIC_0 references ENRICHMENT_OPERATION(ID)