dx_teams
Current DX team structure.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - DX ID of the team.
-
source_parent_id
Foreign key - DX ID of the parent team.
-
source_manager_id
Foreign key - DX ID of team lead.
-
name
string - Name of the team as shown to users.
-
parent
boolean - Boolean indicating if this is a parent team.
-
flattened_parent
string - String showing a hierarchy of the parents preceding this team. i.e. "ALL » Sub-Team » Sub-Sub-Team".
-
contributors
number - Count of contributors on the team.
-
deleted_at
date - Date at which the team was deleted, null if not deleted.
-
reference_id
Foreign key - A unique identifier provided by customer in CSV upload.