Dim.Team
Teams represent a group of cross-functional members who work together within a project to deliver a set of features. This table contains Type 1 data for Goals defined in your instance.
Table Description
| Column Name | Description | DataType |
|---|---|---|
| TeamKey | Data Mart unique identifier | int |
| TeamOid | Identifier | int |
| TeamName | Name | nvarchar |
| TeamCreateDateUTC | Date Created | datetime |
| TeamLastModifiedDateUTC | Date Last Modified | datetime |
| TeamCreatedByKey | Foreign Key to the Member who created this Team | int |
| TeamLastModifiedByKey | Foreign Key to the Member who last modified this Team | int |
| TeamCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
| TeamLastModifiedDateKey | Foreign Key to Dim.Date for the Last Modified Date | int |