Dim.BuildSource
Build Runs in Agility have an attribute called Source. This is a single select list used to indicate how the build was initiated (Triggered or Forced). This table contains Type 1 data for the Build Run Source values defined in your VersionOne instance.
Table Description
| Column Name | Description | DataType |
|---|---|---|
| BuildSourceKey | Data Mart unique identifier for this value | int |
| BuildSourceOid | VersionOne identifier for this value | int |
| BuildSourceName | Name | nvarchar |
| BuildSourceOrder | The order this value appears in the VersionOne drop-down list | nvarchar |
| BuildSourceAssetState | State of the list value (Active or Closed) | varchar |
| BuildSourceCreateDateUTC | UTC Date the value was created | datetime |
| BuildSourceLastModifiedDateUTC | UTC Date the value was last modified | datetime |
| BuildSourceCreatedByKey | Foreign Key to Dim.Member for the person who created this value | int |
| BuildSourceLastModifiedByKey | Foreign Key to Dim.Member for the person who last modified this value | int |
| BuildSourceCreateDateKey | Foreign Key to Dim.Date for the Create Date | int |
| Bui |