Environment: I have a hub table for logging information about processes. The hub contains start time, end time, success/failure of the process.
Desired change: Some of the processes receive a list of work items. I'd like to capture counts for those processes where it makes sense.
What is the "correct" way to accomplish this? I assume I add a new table joined to the hub? What is the data vault 2.0 term for this table?