AggForeignKey
Maps foreign key in the fact table to a foreign key column in the candidate aggregate table.
Attributes
Attribute | Data type | Definition |
---|---|---|
factColumn | String | The name of the base fact table foreign key. |
aggColumn | String | The name of the aggregate table foreign key. |