dx_users
DX User information.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - DX ID of the user.
-
team_id
Foreign key - ID of the team which this user belongs.
-
name
string - Name of the user.
-
email
string - Email of the user.
-
avatar
string - URL to the user's avatar.
-
github_username
string - Github username of the user, if github is connected.
-
additional_github_username
string - Additional Github username of the user, if any.
-
gitlab_username
string - Gitlab username of the user, if gitlab is connected.
-
developer
string - Boolean indicating whether or not this user is a developer.
-
start_date
date - Start date is set for users included in onboarding.
-
ai_light_adoption_date
date - Date when the user became a light AI adopter.
-
ai_moderate_adoption_date
date - Date when the user became a moderate AI adopter.
-
ai_heavy_adoption_date
date - Date when the user became a heavy AI adopter.
-
deleted_at
date - When a user was marked as deleted in DX. Is NULL for non-deleted users.