Data Cloud Schema Reference
ado
asana
backstage
bitbucket
bugsnag
clickup
confluence
datadog
dx
dynatrace
firehydrant
github
gitlab
google
incident
jira
jsm
launchdarkly
linear
newrelic
opsgenie
pagerduty
pipelines
rollbar
rootly
sentry
servicenow
shortcut
snyk
sonarcloud
sonarqube
sumo

ado_area_paths

Area paths of work items for projects

id
Primary key

Unique identifier for the row.

name
string

Area path of a work item

project_id
Foreign key

ID of the project to which it belongs

ado_organizations

Details about Azure DevOps organizations.

id
Primary key

Unique identifier for the row.

name
string

Name of the organization in Azure DevOps.

source_url
string

Base URL used for API retrieval

ado_projects

Details about Azure DevOps projects.

id
Primary key

Unique identifier for the row.

source_id
string

Identifier of the project in Azure DevOps

organization_id
Foreign key

ID of the organization to which the project belongs

name
string

Name of the project

visibility
string

Indicates whether a project is public or private

last_updated_at
date

Project last update time.

work_items_synced_at
date

When this project last did a sync on its work items

work_items_synced_to
date

The earliest timestamp of the projects work items

ado_pull_deployments

Join table between deployments and pull requests with details

id
Primary key

Unique identifier for the row.

pull_id
Foreign key

ID of the pull request to which it belongs

deployment_id
Foreign key

ID of the deployment to which it belongs

environment
string

The environment the deployment went to

merge_to_deploy
number

The difference in seconds between the merged_at of the pull and deployed_at of the deployment

open_to_deploy
number

The difference in seconds between the created_at of the pull and the deployed_at of the deployment

service
string

The name of the service the deployment belongs to

ado_pulls

Details about pull requests in Azure DevOps

id
Primary key

Unique identifier for the row.

source_id
string

Identifier of the pull request in Azure DevOps

repository_id
Foreign key

ID of the repository to which the pull request belongs

project_id
Foreign key

ID of the project to which the pull request belongs

user_id
Foreign key

ID of the user who created the pull request

title
string

Name of the pull request

status
string

Status of the pull request. One of: 'abandoned', 'active', 'completed', 'notSet'

head_ref
string

The name of the source branch of the pull request.

base_ref
string

The name of the target branch of the pull request.

created_at
date

The date when the pull request was created.

closed_at
date

The date when the pull request was closed (completed, abandoned, or merged externally).

merged_at
date

The most recent date at which the pull request entered the queue to be completed.

draft
boolean

Draft / WIP pull request.

merge_commit_sha
string

The commit of the most recent pull request merge.

open_to_merge
number

The difference (in seconds) between when the pull request was merged and created

open_to_first_review
number

The difference (in seconds) between the first approval and the pull request created_at

changed_files
number

Number of files changed in the pull request

commits
number

Number of commits in the pull request

source_url
string

URL of the pull request

ado_repositories

Details about repositories in Azure DevOps

id
Primary key

Unique identifier for the row.

source_id
string

The identifier of the repository in Azure DevOps

project_id
Foreign key

ID of the project to which the repository belongs

name
string

Name of the repository

pulls_synced_to
date

Timestamp of earliest pull request synced to the repository

default_branch
string

Default branch of the repository

source_url
string

URL of the repository

size
number

Compressed size (bytes) of the repository.

disabled
boolean

True if the repository is disabled. False otherwise.

in_maintenance
boolean

True if the repository is in maintenance. False otherwise.

ado_reviews

Details about reviews of pull requests

id
Primary key

Unique identifier for the row.

source_id
number

ID of the review in Azure DevOps

pull_id
Foreign key

ID of the pull request to which the review belongs

user_id
Foreign key

ID of the user who provided the review

repository_id
Foreign key

ID of the repository to which the review belongs

status
string

One of: 'approved', 'waiting', 'rejected', 'active', 'byDesign', 'closed', 'fixed', 'pending', 'unknown', 'wontFix'

vote_result
string

10 - approved, 5 - approved with suggestions, 0 - no vote, -5 - waiting for author, -10 - rejected

submitted
date

The timestamp of when the review was submitted

time_since_request
number

Difference (in seconds) between the submitted review and the pull request created_at

comment_count
number

Number of comments in the review

source_url
string

URL of the review

ado_team_memberships

Membership of users to their Azure DevOps team.

id
Primary key

Unique identifier for the row.

team_id
Foreign key

ID of the team

user_id
Foreign key

ID of the user

is_admin
boolean

Boolean indicating if the team member is an admin

ado_teams

Details about Azure DevOps teams.

id
Primary key

Unique identifier for the row.

source_id
string

ID of the team in Azure DevOps

organization_id
Foreign key

ID of the organization to which the team belongs

project_id
Foreign key

ID of the project to which the team belongs

name
string

Team name

source_url
string

Team REST API Url

active
boolean

True if team was listed in API in most recent sync

ado_users

Details about Azure DevOps users.

id
Primary key

Unique identifier for the row.

source_id
string

ID of the user in Azure DevOps

organization_id
Foreign key

ID of the organization to which the user belongs

display_name
string

Name of the user. Non unique.

principal_name
string

PrincipalName of the user

email
string

Email of the user

bot
boolean

If the type of source provider for the origin identifier is 'vsts'

active
boolean

If the user was listed in the API in the most recent sync

ado_work_item_state_changes

Details about when a work item changes state. Changes to a work item not involving state are not stored

id
Primary key

Unique identifier for the row.

work_item_id
Foreign key

ID of the work item

from_state_id
Foreign key

ID of the work item type state it began with

revision
number

The revision number of the state change

to_state_id
Foreign key

ID of the work item type state it ended with

status_change_date
date

Date of the change of state

ado_work_item_tags

Tags for work items

id
Primary key

Unique identifier for the row.

name
string

Name of the tag

work_item_id
Foreign key

ID of the work item to which it belongs

ado_work_item_type_categories

Categories for work items

id
Primary key

Unique identifier for the row.

name
string

Name of the work item category.

project_id
Foreign key

ID of the project to which the category belongs

reference_name
string

The reference name of the category.

ado_work_item_type_states

States for work item types

id
Primary key

Unique identifier for the row.

project_id
Foreign key

ID of the project to which it belongs

work_item_type_id
Foreign key

ID of the work item type to which it belongs

name
string

Work item type state name

category
string

Category of state

ado_work_item_types

Details about work item types

id
Primary key

Unique identifier for the row.

project_id
Foreign key

ID of the project to which it belongs

name
string

The name of the work item type.

description
string

The description of the work item type.

disabled
boolean

Boolean that is true if work item type is disabled

ado_work_items

Details about work items

id
Primary key

Unique identifier for the row.

source_id
string

The work item ID.

project_id
Foreign key

ID of the project to which it belongs

area_path_id
Foreign key

ID of the area path to which it belongs

work_item_type_id
Foreign key

ID of the work item type to which it belongs

team_id
Foreign key

ID of the team to which it belongs

work_item_type_state_id
Foreign key

ID of the work item state to which it belongs

created_by_user_id
Foreign key

ID of the user who created the work item

assigned_to_user_id
Foreign key

ID of the user who is assigned the work item

closed_by_user_id
Foreign key

ID of the user who is assigned the work item

source_url
string

URL for the work item

title
string

Title of the work item

story_points
number

Number of points

due_date
date

Dude date of the work item

created_at
date

Creation date of the work item

started_at
date

Activated date of the work item

completed_at
date

Closed date of the work item

updated_at
date

The changed date of the work item

cycle_time
number

Difference between completed_at and started_at in seconds

asana_custom_fields

Details of custom fields in Asana.

id
Primary key

Unique identifier for the row.

source_id
string

Asana ID of the custom field.

workspace_id
Foreign key

ID of the workspace associated with the custom field.

name
string

Name of the custom field.

field_type
string

Type of the custom field.

asana_project_tasks

Details of the association between tasks and projects in Asana.

id
Primary key

Unique identifier for the row.

task_id
Foreign key

ID of the task.

project_id
Foreign key

ID of the project.

asana_projects

Details of Asana projects.

id
Primary key

Unique identifier for the row.

source_id
string

Asana ID of the project.

workspace_id
Foreign key

ID of the workspace associated with the project.

team_id
Foreign key

ID of the team associated with the project.

name
string

Name of the project.

asana_sections

Details of sections in Asana.

id
Primary key

Unique identifier for the row.

source_id
string

Asana ID of the section.

project_id
Foreign key

ID of the project associated with the section.

name
string

Name of the section.

state
string

State of the section.

asana_task_custom_field_values

Details of custom field values associated with tasks in Asana.

id
Primary key

Unique identifier for the row.

task_id
Foreign key

ID of the task.

custom_field_id
Foreign key

ID of the custom field.

value
string

Value of the custom field.

asana_task_section_changes

A record of when tasks changed between sections.

id
Primary key

Unique identifier for the row.

source_id
string

Asana ID of the section change.

task_id
Foreign key

ID of the task.

text
string

Section changes are interpreted from story text. This row contains the raw story text.

start_section_id
number

ID of the starting section.

finish_section_id
number

ID of the finishing section.

created_at
date

Timestamp when the section change ocurred.

asana_tasks

Details of Asana tasks.

id
Primary key

Unique identifier for the row.

source_id
string

Asana ID of the task.

workspace_id
Foreign key

ID of the workspace associated with the task.

assignee_id
Foreign key

ID of the user assigned to the task.

name
string

Name of the task.

approval_status
string

Approval status of the task.

created_at
date

Timestamp when the task was created.

started_at
date

Timestamp when the task was started this is interpreted from stories and section changes.

completed_at
date

Timestamp when the task was completed.

updated_at
date

Timestamp when the task was last updated.

started_to_finished
number

Time taken to complete the task (in seconds).

synced_at
date

Timestamp when the task was last synced.

asana_team_memberships

Details of the association between users and teams in Asana.

id
Primary key

Unique identifier for the row.

team_id
Foreign key

ID of the team.

user_id
Foreign key

ID of the user.

asana_teams

Details of Asana teams.

id
Primary key

Unique identifier for the row.

source_id
string

Asana ID of the team.

name
string

Name of the team.

description
string

Description of the team.

workspace_id
Foreign key

ID of the workspace associated with the team.

asana_users

Details of Asana users.

id
Primary key

Unique identifier for the row.

source_id
string

Asana ID of the user.

email
string

Email of the user.

name
string

Name of the user.

asana_workspaces

Details of Asana workspaces.

id
Primary key

Unique identifier for the row.

source_id
string

Asana ID of the workspace.

name
string

Name of the workspace.

is_organization
boolean

Boolean indicating if the workspace is an organization.

synced_at
date

Timestamp when the workspace was last synced.

synced_to
date

Timestamp indicating the end of the sync period.

backstage_applications

Details about Backstage applications deployed for your account.

id
Primary key

Unique identifier for the row.

app_id
string

The configured `app_id` in backstage. Used for syncing multiple backstage applications with DX. Set to `DEFAULT` if not configured in Backstage.

title
string

The title of the Backstage application.

base_url
string

The URL which the Backstage application is available.

backstage_catalog_entities

Details about Backstage software catalog entities.

id
Primary key

Unique identifier for the row.

application_id
Foreign key

ID of the Backstage application this entity belongs to.

entity_ref
string

Backstage entity reference. This can be used as a unique identifier for the Backstage Entity.

api_version
string

The version of specification format for that particular entity that the specification is made against.

kind
string

The Software Catalog Entity kind. One of Component, Template, API, Group, User, Resource, System, Domain, Location.

name
string

Name of the Entity. Used for human readability, and for machines to reference the entity.

namespace
string

ID of the namespace that the Entity belongs to.

title
string

A display name of the Entity, to be presented in user interfaces instead of the name property above, when available.

description
string

A human readable description of the Entity.

type
string

The type of Entity. e.g. website. Present for only some kinds of Entities.

lifecycle
string

The lifecycle state of the Entity. e.g. production. Present for only some kinds of Entities.

api_definition
string

Stringified definition of the API Entity, based on the type given. Only present for API entity kinds.

backstage_catalog_entity_annotations

Details of the Entity annotations defined in Backstage.

id
Primary key

Unique identifier for the row.

entity_id
Foreign key

ID of the Backstage entity.

key
string

Annotation key in Backstage

value
string

Annotation value in Backstage

backstage_catalog_entity_labels

Details of the Entity labels defined in Backstage.

id
Primary key

Unique identifier for the row.

entity_id
Foreign key

ID of the Backstage entity.

key
string

Key of the Label given to the Backstage Entity.

value
string

Value of the Label given to the Backstage Entity.

backstage_catalog_entity_links

Details of the Entity links defined in Backstage.

id
Primary key

Unique identifier for the row.

entity_id
Foreign key

ID of the Backstage Entity.

url
string

URL for the link, in standard URI format.

title
string

A user friendly display name for the link.

icon
string

A key representing a visual icon to be displayed in the UI.

type
string

An optional value to categorize links into specific groups.

backstage_catalog_entity_profiles

Profile details of a given entity. Can be either a User or Group entity.

id
Primary key

Unique identifier for the row.

entity_id
Foreign key

ID of the User or Group entity.

display_name
string

The display name given in the profile for the entity.

email
string

The email given in the profile for the entity.

picture
string

A URL to a picture representing the group, given in the profile for the entity.

backstage_catalog_entity_relations

Details of the relationships between catalog entities in Backstage. Relations in this table can be understood as `source_entity_ref` - `type` - `target_entity_ref`. i.e. `component:app` - `ownedBy` - `group:developers`.

id
Primary key

Unique identifier for the row.

source_entity_ref
Foreign key

Backstage Entity Reference of the Source Backstage Entity.

type
string

The type of relation FROM a source entity TO the target

target_entity_ref
Foreign key

Backstage Entity Reference of the Target Backstage Entity.

backstage_catalog_entity_tags

Details of the Entity tags defined in Backstage.

id
Primary key

Unique identifier for the row.

entity_id
Foreign key

ID of the Backstage entity.

tag
string

Tag in Backstage.

bitbucket_pulls

Details about Bitbucket pull requests

id
Primary key

Unique identifier for the row.

source_id
string

ID of the pull request in Bitbucket

repository_id
Foreign key

ID of the repository to which the pull request belongs

user_id
Foreign key

ID of the user who authored the pull request

title
string

Title of the pull request

state
string

One of: OPEN, MERGED, DECLINED, SUPERSEDED

merged_at
date

Timestamp of when the pull request is merged

source_branch
string

Name of the branch with the pull request changes

target_branch
string

Name of the branch the pull request is being merged in to

merge_commit_sha
string

Commit SHA of the merge

created_at
date

Timestamp of when the pull request creation

updated_at
date

Timestamp of when the pull request was last updated

open_to_merge
number

Difference (in seconds) between merged_at and created_at

open_to_first_review
number

Difference (in seconds) between first review creation and created_at of pull request

open_to_first_approval
number

Difference (in seconds) between first approval and created_at of pull request

source_url
string

URL of Bitbucket pull request

bitbucket_repositories

Details about Bitbucket repositories

id
Primary key

Unique identifier for the row.

source_id
string

ID of repository in Bitbucket

workspace_id
Foreign key

ID of the workspace to which the repository belongs

name
string

Name of the repository

slug
string

Slug of the repository

description
string

Description of the repository

private
boolean

Boolean indicating if the repository is public

created_at
date

Creation date of the repository

updated_at
date

Updated date of the repository

source_url
string

URL of the Bitbucket repository

pull_requests_synced_at
date

Timestamp of when DX last synced pull requests for the repository

pipelines_synced_at
date

Timestamp of when DX last synced pipelines for the repository

bitbucket_reviews

Details about Bitbucket reviews.

id
Primary key

Unique identifier for the row.

source_id
string

ID of review in Bitbucket

pull_id
Foreign key

ID of the Bitbucket pull request associated with this review.

user_id
Foreign key

ID of the Bitbucket user who created this review.

time_since_request
number

Time between PR being created and first review comment being created.

created_at
date

Creation date of the review

updated_at
date

Updated date of the review

source_url
string

URL of the Bitbucket review

state
string

One of: APPROVED, DECLINED, COMMENTED

bitbucket_server_projects

Details about Bitbucket projects

id
Primary key

Unique identifier for the row.

source_id
string

ID of the project in Bitbucket

source_url
string

URL to the project

key
string

Key for the project

name
string

Name of the project

description
string

Description of the project

public
boolean

Boolean indicating if the project is public or not

bitbucket_server_pulls

Details about Bitbucket pull requests

id
Primary key

Unique identifier for the row.

source_id
string

ID of the pull request

repository_id
Foreign key

ID of the repository to which the pull request belongs

user_id
Foreign key

ID of the author of the pull request

source_url
string

URL of the pull request

title
string

Title of the pull request

description
string

Description of the pull request

state
string

One of: 'OPEN', 'DECLINED' or 'MERGED'

merged_at
date

Timestamp of when the pull request is merged

source_branch
string

Name of the branch with the pull request changes

target_branch
string

Name of the branch the pull request is being merged in to

merge_commit_sha
string

Merge Commit SHA of the pull request

created_at
date

Creation date of the pull request

updated_at
date

Updated date of the pull request

closed_at
date

The date the pull request was closed via merge or by decline

open_to_merge
number

Difference (in seconds) between the merged_at and created_at

open_to_first_review
number

Difference (in seconds) between the first review's creation date and the created_at timestamp of the pull request

open_to_first_approval
number

Difference (in seconds) between the first approval's creation date and the created_at timestamp of the pull request

bitbucket_server_repositories

Details about Bitbucket repositories

id
Primary key

Unique identifier for the row.

source_id
string

ID of the repository in Bitbucket

project_id
Foreign key

ID of the project to which the repository belongs

source_url
string

URL to the repository

name
string

Name of the repository

slug
string

Slug of the repository

description
string

Description of the repository

public
boolean

Boolean indicating if the repository is public

default_branch
string

Default branch of the repository

bitbucket_server_reviews

Details of the reviews given on a pull request.

id
Primary key

Unique identifier for the row.

source_id
string

ID of the review in Bitbucket

pull_id
Foreign key

ID of the pull request to which the review belongs

user_id
Foreign key

ID of the user who authored the review

time_since_request
number

Difference (in seconds) between created_at and the created_at timestamp of the pull request

state
string

One of: APPROVED, DECLINED, COMMENTED

comment_count
number

Total number of review comments

created_at
date

Timestamp of when the review was created

updated_at
date

Timestamp of when the review was updated

bitbucket_server_users

Details about Bitbucket users

id
Primary key

Unique identifier for the row.

source_id
string

ID of the user in Bitbucket Server

source_url
string

URL of the user

name
string

Name of the user

email
string

Email address of the user

created_at
date

Creation date of the user

active
boolean

If the user was listed in the API in the most recent sync

bitbucket_users

Details about the bitbucket users in a workspace.

id
Primary key

Unique identifier for the row.

source_id
string

ID of the user in Bitbucket Server

workspace_id
Foreign key

ID of the workspace to which the user belongs

name
string

Name of the user

email
string

Email of the user

active
boolean

If the user was listed in the API in the most recent sync

bitbucket_workspaces

Details of the distinct Bitbucket workspaces for your account.

id
Primary key

Unique identifier for the row.

name
string

Name of the workspace

connection_id
number

ID of the Data Cloud connection importing the workspace's data

bugsnag_errors

An Error is a grouping of events of the same crash/exception reported to Bugsnag.

source_id
string

Bugsnag ID for the error.

severity
string

The severity of the error.

project_id
number

Project ID associated with the error.

source_url
string

Bugsnag URL for the error.

error_class
string

Error class of the error.

message
string

Error message of the error.

original_severity
string

The Error's original severity.

overridden_severity
string

The Error's updated severity.

status
string

Status of the error.

total_occurrences
number

Total number of occurrences.

total_users_affected
number

Total number of users affected by the error.

first_seen
date

Timestamp when the item was first seen.

last_seen
date

Timestamp when the error was last seen.

synced_at
date

Timestamp when the item was last synced.

bugsnag_organizations

An Organization is a collection of Bugsnag projects.

source_id
string

Bugsnag ID for the organization.

name
string

Name of the organization.

slug
string

Human-readable identifier for the organization.

bugsnag_projects

A Project is used to record errors from an individual application that are reported.

source_id
string

Bugsnag ID for the project.

name
string

Name of the project.

organization_id
number

Organization ID associated with the project.

slug
string

Human-readable identifier for the project.

clickup_folders

Records of ClickUp folders

id
Primary key

Unique identifier for the row.

source_id
string

ID of the folder in ClickUp

space_id
Foreign key

ID of the space to which the folder belongs

name
string

Name of the folder

hidden
boolean

Boolean indicating if the folder is hidden

clickup_lists

Records of ClickUp lists

id
Primary key

Unique identifier for the row.

source_id
string

ID of the list in ClickUp

folder_id
Foreign key

ID of the folder to which the list belongs

name
string

Name of the list

archived
boolean

Boolean indicating if list is archived

clickup_spaces

Records of ClickUp spaces

id
Primary key

Unique identifier for the row.

source_id
string

ID of the space in ClickUp

team_id
Foreign key

ID of the team to which the space belongs

name
string

Name of the space

private
boolean

Boolean indicating if the space is private

clickup_task_assignees

Join table between tasks and users

id
Primary key

Unique identifier for the row.

task_id
Foreign key

ID of the task the user has been assigned

user_id
Foreign key

ID of the user who has been assigned the task

clickup_tasks

Details about ClickUp tasks

id
Primary key

Unique identifier for the row.

source_id
string

ID of the task in ClickUp

list_id
Foreign key

ID of the list to which the task belongs

name
string

Name of the task

status
string

Status of the task

created_at
date

Creation timestamp of the task

updated_at
date

Last updated timestamp of the task

started_at
date

Timestamp of when the task began

finished_at
date

Timestamp of when the task was finished

closed_at
date

Timestamp of when the task was closed

started_to_finished
number

Difference (in seconds) of finished_at and started_at

source_url
string

URL of the task

clickup_teams

Records of ClickUp teams

id
Primary key

Unique identifier for the row.

source_id
string

ID of the team in ClickUp

name
string

Name of the team

clickup_users

Records of ClickUp users

id
Primary key

Unique identifier for the row.

source_id
string

ID of the user in ClickUp

email
string

Email of the user

confluence_page_labels

Labels associated with Confluence pages.

id
Primary key

Unique identifier for the row.

source_id
string

Confluence ID of the label.

page_id
Foreign key

ID of the page this label is associated with.

name
string

Name of the label.

prefix
string

Prefix of the label (e.g., "global").

confluence_page_versions

Details about Confluence page versions.

id
Primary key

Unique identifier for the row.

page_id
Foreign key

ID of the page this version belongs to.

number
number

Version number of the page.

message
string

Message or description of the changes in this version.

author_id
Foreign key

ID of the author who made the version.

minor_edit
boolean

Indicates whether the version is a minor edit.

created_at
date

Date and time the version was created.

confluence_pages

Details about Confluence pages.

id
Primary key

Unique identifier for the row.

source_id
string

Confluence ID of the page.

title
string

Title of the Confluence page.

position
number

Position of the page in the space.

status
string

Status of the page (e.g., "current").

space_id
Foreign key

ID of the space the page belongs to.

author_id
Foreign key

ID of the author who created the page.

owner_id
Foreign key

ID of the current owner of the page.

last_owner_id
Foreign key

ID of the last owner of the page.

source_url
string

URL to the Confluence page.

created_at
date

Date and time the page was created.

updated_at
date

Date and time the page was last updated.

confluence_spaces

Details about Confluence spaces.

id
Primary key

Unique identifier for the row.

source_id
string

Confluence ID of the space.

name
string

Name of the Confluence space.

author_id
Foreign key

ID of the author who created the space.

status
string

Status of the space (e.g., "current").

external_key
string

Key of the Confluence space.

space_type
string

Type of the Confluence space (e.g., "global").

source_url
string

URL to the Confluence space.

created_at
date

Date and time the space was created.

confluence_users

Details about Confluence users.

id
Primary key

Unique identifier for the row.

source_id
string

Confluence ID of the user.

email
string

Email address of the user.

name
string

Name of the user.

account_type
string

Type of the Confluence account (e.g., "atlassian").

account_status
string

Status of the Confluence account (e.g., "active").

row_created_at
date

Date and time the row was created.

row_updated_at
date

Date and time the row was last updated.

datadog_incident_services

Details of the association between incidents and services in Datadog.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

service_id
Foreign key

ID of the service.

datadog_incidents

Details of Datadog incidents.

id
Primary key

Unique identifier for the row.

source_id
string

Datadog ID of the incident.

title
string

Title of the incident.

state
string

State of the incident.

severity
string

Severity of the incident.

customer_impacted
boolean

Boolean indicating if the incident impacted customers.

creator_user_id
Foreign key

ID of the user who created the incident.

commander_user_id
Foreign key

ID of the user who is the commander for the incident.

started_at
date

Timestamp when the incident started.

resolved_at
date

Timestamp when the incident was resolved.

time_to_resolve
number

Time taken to resolve the incident (in seconds).

time_to_internal_response
number

Time taken for internal response (in seconds).

time_to_detect
number

Time taken to detect the incident (in seconds).

time_to_repair
number

Time taken to repair the issue (in seconds).

datadog_monitors

Details of Datadog monitors.

source_id
string

Datadog ID of the monitor.

name
string

Name of the monitor.

monitor_type
string

The type of monitor (composite, event alert, log alert, metric alert, process alert, etc).

message
string

A message included in notifications for this monitor.

options
jsonb

List of options associated with monitor..

overall_state
string

The different states your monitor can be in (Alert, Ignored, No Data, OK, Skipped, Unknown, Warn).

overall_state_modified
date

Timestamp at which the overall state has been modified.

matching_downtimes
jsonb

A list of active downtimes that match this monitor.

tags
string

Array of tags associated with monitor.

datadog_services

Details of Datadog services.

id
Primary key

Unique identifier for the row.

source_id
string

Datadog ID of the service.

name
string

Name of the service.

description
string

Description of the service.

team_name
string

Name of the team associated with the service.

team_id
number

ID of the team associated with the service.

datadog_slo_metrics

Details of Datadog SLO values.

id
Primary key

Unique identifier for the row.

slo_id
Foreign key

ID of the associated SLO.

timestamp
date

Timestamp of the SLO value.

value
number

Value of the SLO at the given timestamp.

datadog_slo_tags

Details of tags associated with SLOs.

slo_id
Foreign key

ID of the associated SLO.

tag
string

Name of the tag.

datadog_slos

Details of Datadog SLOs (Service Level Objectives).

id
Primary key

Unique identifier for the row.

source_id
string

Datadog ID of the SLO.

name
string

Name of the SLO.

target_threshold
string

Target threshold for the SLO.

timeframe
string

Timeframe for the SLO.

created_at
date

Timestamp when the SLO was created.

updated_at
date

Timestamp when the SLO was last updated.

api_accessible
boolean

Boolean indicating if the SLO is accessible via API.

datadog_teams

Details of Datadog teams.

id
Primary key

Unique identifier for the row.

source_id
string

Datadog ID of the team.

handle
string

Handle of the team.

name
string

Name of the team.

api_accessible
boolean

Boolean indicating if the team is accessible via API.

datadog_user_teams

Details of the association between users and teams in Datadog.

id
Primary key

Unique identifier for the row.

user_id
Foreign key

ID of the user.

team_id
Foreign key

ID of the team.

datadog_users

Details of Datadog users.

id
Primary key

Unique identifier for the row.

source_id
string

Datadog ID of the user.

username
string

Username of the user.

full_name
string

Full name of the user.

email
string

Email of the user.

custom_data

Custom data table for storing arbitrary data.

id
Primary key

Unique identifier for the row.

reference
string

Reference for the custom data.

key
string

Key for the custom data.

value
jsonb

Value for the custom data.

timestamp
date

Timestamp of when the custom data was last updated.

custom_metrics

Custom metrics table for storing arbitrary metrics.

id
Primary key

Unique identifier for the row.

reference
string

Reference for the custom metric.

key
string

Key for the custom metric.

value
number

Value for the custom metric.

metadata
jsonb

Additional metadata for the custom metric.

timestamp
date

Timestamp of when the custom metric was created.

deployment_inference_rules

Record of all deployment inference rules.

id
Primary key

Unique identifier for the row.

name
string

The name of the rule.

ci_cd_level
number

Their hierarchy level of the CI/CD job that triggered the deployment.

base_ref
string

Reference to the branch where changes would be pulled into. Typically a branch name.

repository
string

The repository specified for the deployments.

pipeline_source_id
Foreign key

ID of the pipeline source for the deployment inference rule.

default_service_to_repository
boolean

Boolean indicating if the service name is defaulted to the repository name.

deleted_at
date

Date at which the rule was deleted, if ever.

deployment_metadata

Metadata sent with deployments api requests.

id
Primary key

Unique identifier for the row.

deployment_id
Foreign key

ID of the deployment.

key
string

Key of the metadata. Nested keys are separated by periods.

value
string

Value of the metadata.

deployment_services

Record of all services that have been tracked with the deployments API.

id
Primary key

Unique identifier for the row.

name
string

The given unique identifier for the deployment.

deployments

Record of all deployments that have been tracked.

id
Primary key

Unique identifier for the row.

reference_id
string

The given unique identifier for the deployment.

repository
string

Name of the repository being deployed including the org name.

commit_sha
string

The > 7 digit commit SHA being deployed. This is used to attribute deploys to code changes. Without this

attributed_at
date

The date which the deployment was attributed to a pull request. Empty if no pull request was found.

deployed_at
date

Date which the deployment occurred.

source_url
string

URL containing more information about the deployment.

source_name
string

The name of the system which initiated the deployment.

deployment_inference_rule_id
Foreign key

ID of the deployment inference rule which created this deployment.

deployment_service_id
Foreign key

ID of the deployment service associated with the deployment.

dx_accounts

Data about your DX account.

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the account.

name
string

The name of your DX account.

dx_onboarding_factors

Factors that are surveyed about for the onboarding survey.

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the onboarding factor.

name
string

Name of the onboarding factor.

prompt
string

Text displayed to the user in the survey.

options
jsonb

JSON array of options for the survey.

active
boolean

Boolean indicating if the factor is active.

dx_onboarding_hires

Onboarding data for users with start_date set including onboarding survey responses and first contribution metrics.

user_id
Foreign key

ID of the user associated with the entry.

perceived_ramp_up
number

Perceived ramp-up value aka 90 day sentiment.

experience_score
number

Overall score from the onboarding survey.

first_pr_days
number

How many days from start date to the first code contribution.

tenth_pr_days
number

How many days from start date to the tenth code contribution.

comment
string

Comment associated with the entry.

sender_id
Foreign key

ID of the sender associated with the onboarding survey.

sender_type
string

Type of the sender associated with the onboarding survey ("Bot" or "User").

submitted_at
date

Time at which the entry was submitted by the user.

deleted_at
date

Time at which the entry was deleted null if not deleted.

triggered_at
date

Time at which the entry was triggered.

dx_onboarding_response_factors

User reponses to the onboarding survey sentiment questions.

response_id
Foreign key

ID of the onboarding response.

factor_id
Foreign key

ID of the onboarding factor.

selection_index
number

Index of the selected option for the factor.

dx_platform_events

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the platform event.

project_id
Foreign key

ID of the platform project.

user_id
Foreign key

ID of the user who triggered the event.

name
string

Name of the event.

email
string

Email of the user who triggered the event.

github_username
string

Github username of the user who triggered the event

timestamp
date

Time at which the event was triggered.

metadata
jsonb

JSON field with arbitraty metadata given for the event.

created_at
date

Time at which the DB record was created.

dx_platform_projects

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the platform project.

creator_user_id
Foreign key

User ID of the creator of the project.

name
string

Name of the project.

team_name
string

Name of the team.

created_at
date

Date the project was created.

dx_platform_question_options

DX PlatformX survey question options.

question_id
Foreign key

ID of the question associated with the option.

label
string

Label for the option.

value
string

Value for the option.

position
number

Position of the option for the question.

dx_platform_questions

DX PlatformX survey questions.

survey_id
Foreign key

ID of the survey associated with the question.

question_type
string

Type of the question.

key
string

Unique key for the question.

label
string

Label for the question.

position
number

Position of the question in the survey.

dx_platform_response_answers

DX PlatformX survey response answers.

response_id
Foreign key

ID of the response associated with the answer.

question_id
Foreign key

ID of the question associated with the answer.

option_id
Foreign key

ID of the option associated with the answer.

value
string

Value of the answer.

dx_platform_responses

DX PlatformX survey responses.

source_id
string

DX ID of the response.

survey_id
Foreign key

ID of the survey associated with the response.

user_id
Foreign key

ID of the user who responded to the survey.

prequalified_at
date

Date the user was prequalified for the survey.

responded_at
date

Date the user responded to the survey.

created_at
date

Date the response was created.

dx_platform_surveys

DX PlatformX surveys.

source_id
string

DX ID of the survey.

project_id
Foreign key

ID of the project associated with the survey.

name
string

Name of the survey.

created_at
date

Date the survey was created.

dx_snapshot_items

Record of each item presented to users in a snapshot.

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the snapshot item.

snapshot_id
Foreign key

ID of the snapshot associated with this item.

name
string

Name of the snapshot item presented to the user.

item_type
string

Type of the snapshot item. One of kpi, csat, or sentiment.

prompt
string

The prompt that would be shown to the user when taking a snapshot

target_label
string

For workflow items, the recommended target area

dx_snapshot_team_hierarchies

The hierarchy of snapshot teams. Data is modeled in a tree structure.

id
Primary key

Unique identifier for the row.

ancestor_id
Foreign key

ID of the ancestor team in the heirarchy.

descendant_id
Foreign key

ID of the descendant team in the heirarchy.

generations
number

Generation number in the tree structure.

dx_snapshot_team_scores

Scores for teams during a given snapshot.

id
Primary key

Unique identifier for the row.

snapshot_team_id
Foreign key

ID of the snapshot team for these scores.

item_id
Foreign key

ID of the snapshot item relating to this score.

snapshot_id
Foreign key

ID of the snapshot relating to this score.

team_id
Foreign key

ID of the dx team associated with this score.

vs_org
number

Comparative score vs your own organization.

vs_prev
number

Comparative score vs the previous snapshot.

vs_industry50
number

Comparative score vs the industry 50th percentile.

vs_industry75
number

Comparative score vs the industry 75th percentile.

vs_industry90
number

Comparative score vs the industry 90th percentile.

score
number

The actual score given.

dx_snapshot_teams

History of teams at the time a snapshot occurred.

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the snapshot team.

source_parent_id
string

DX ID of the parent to this team.

snapshot_id
Foreign key

ID of the snapshot associated with this snapshot team.

team_id
Foreign key

ID of the dx team associated with this snapshot team.

name
string

Name of the team.

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.

participation_rate
number

Rate of snapshot participation for this team. 1 is 100%, 0.93 is 93%, etc.

dx_snapshots

History of DX Snapshots.

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the snapshot.

account_id
Foreign key

ID of the account associated to this snapshot.

start_date
date

Date the snapshot started.

end_date
date

Date the snapshot ended.

participation_rate
number

Rate of snapshot participation. 1 is 100%, 0.93 is 93%, etc.

contributors
number

Number of individuals who completed or were expected to complete the snapshot.

dx_tag_groups

A grouping of custom attributes which can be assigned to a user.

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the tag group.

account_id
Foreign key

ID of the account associated with this tag group.

name
string

Name of the tag group.

created_at
date

Time at which the DB record was created.

dx_tags

Custom attributes which can be assigned to a user.

id
Primary key

Unique identifier for the row.

source_id
string

DX ID of the tag.

account_id
Foreign key

ID of the account associated with this tag group.

tag_group_id
Foreign key

ID of the tag group associated with this tag.

name
string

Name of the tag.

created_at
date

Time at which the DB record was created.

dx_team_hierarchies

The current hierarchy of DX teams. Data is modeled in a tree structure.

id
Primary key

Unique identifier for the row.

ancestor_id
Foreign key

ID of the ancestor team in the heirarchy.

descendant_id
Foreign key

ID of the descendant team in the heirarchy.

generations
number

Generation number in the tree structure.

dx_teams

Current DX team structure.

id
Primary key

Unique identifier for the row.

source_id
string

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
string

A unique identifier provided by customer in CSV upload.

dx_user_tags

Custom attributes assignment to DX users.

id
Primary key

Unique identifier for the row.

user_id
Foreign key

ID of the user for which this tag is associated.

tag_id
Foreign key

ID of the tag given to this user.

tag_group_id
Foreign key

ID of the tag group for the tag.

dx_users

DX User information.

id
Primary key

Unique identifier for the row.

source_id
string

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.

github_username
string

Github username of the user, if github is connected.

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.

deleted_at
date

When a user was marked as deleted in DX. Is NULL for non-deleted users.

identities

Mapping table of DX users to external systems.

id
Primary key

Unique identifier for the row.

dx_user_id
Foreign key

DX ID of the user.

source_id
number

Primary key ID of the record on the source table, defined by the source column.

source
string

String representing the source for the identity. i.e. github, gitlab, jira, opsgenie, etc.

incident_services

Join table for incidents to services. Incidents <> Services is one-to-many where one incident has one more services associated.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

The ID of the incident.

service_id
Foreign key

The ID of the service.

incidents

A unified table of your incident data from various sources. (i.e. PagerDuty, OpsGenie)

id
Primary key

Unique identifier for the row.

name
string

The name given to the incident.

priority
string

Priority assigned to the incident, as given by the source data.

source
string

Source system where the incident was created. (i.e. PagerDuty, OpsGenie)

source_id
string

ID of the incident in the source system.

source_url
string

Direct URL to the incident in the source system.

started_at
string

Date which the incident was started.

resolved_at
string

Date which the incident was resolved.

started_to_resolved
string

Time difference in seconds between an incident starting and being resolved.

issue_collection_issues

Issues collected in an issue collection.

id
Primary key

Unique identifier for the row.

issue_id
number

ID of the issue.

issue_collection_id
number

ID of the issue collection.

row_created_at
date

Timestamp when the row was created.

row_updated_at
date

Timestamp when the row was last updated.

issue_collections

Collection of issues.

id
Primary key

Unique identifier for the row.

source
string

Source system of the issue collection.

source_id
string

ID of the issue collection in the source system.

name
string

Name of the issue collection.

collection_type
string

Type of the issue collection.

api_accessible
boolean

Boolean indicating if the collection is accessible via API.

row_created_at
date

Timestamp when the row was created.

row_updated_at
date

Timestamp when the row was last updated.

external_id
string

External ID of the issue collection.

source_table_id
number

ID of the source table.

issues

A unified table of your issue data from various sources.

id
Primary key

Unique identifier for the row.

source
string

Source system where the issue was created.

source_id
string

ID of the issue in the source system.

source_url
string

Direct URL to the issue in the source system.

dx_user_id
Foreign key

DX ID of the user associated with the issue.

title
string

Title of the issue.

created
date

Date the issue was created.

started
date

Date the issue was started.

updated
date

Date the issue was last updated.

completed
date

Date the issue was completed.

cycle_time
number

Cycle time of the issue in seconds.

row_created_at
date

Timestamp when the row was created.

row_updated_at
date

Timestamp when the row was last updated.

source_table_id
number

ID of the source table.

external_id
string

External ID of the issue.

external_url
string

External URL of the issue.

cancelled
boolean

Boolean indicating if the issue was cancelled.

deleted
boolean

Boolean indicating if the issue was deleted.

pull_request_deployments

id
Primary key

Unique ID for the row.

deployment_id
Foreign key

The unique ID for the associated deployment.

environment
string

The environment the deployment was associated with.

merge_to_deploy
date

The time difference in seconds between the merged_at and the deployed_at of the deployment

open_to_deploy
date

The difference in seconds between the created_at of the pull and the deployed_at of the deployment

pull_request_id
Foreign key

The unique ID for the associated pull_request.

service
string

The name of the service the deployment belongs to.

source
string

The name of the system that the pull request originated from.

pull_request_reviews

id
Primary key

Unique ID for the row.

comment_count
number

The number of comments associated with the review

created
date

The date that the review was closed in the source system.

dx_user_id
Foreign key

The dx_users ID of the user that created the review.

external_id
string

The ID used by the source system.

external_url
string

The URL to the review details in the source system.

pull_request_id
Foreign key

The unique ID for the associated pull_request.

repo_id
Foreign key

The unique ID for the repo that owns the review

source
string

The name of the system that the review originated from.

source_table_id
Foreign key

The unique ID for the row in the source table that the review originated from.

source_table_pull_id
Foreign key

The unique ID for the row in the source specific pull/merge request table that the review relates to.

source_table_repo_id
Foreign key

The unique ID for the row in the source specific repository/project table that the review relates to.

time_since_request
number

Time difference in seconds between when the review was requested and submitted.

review_type
string

Type of the review

pull_requests

id
Primary key

Unique ID for the row.

additions
number

The number of lines added in the pull request.

base_ref
string

The name of the branch that the changes are being merged into.

bot_authored
boolean

Boolean indicating if the user is a bot. Also known as "Machine User".

closed
date

The date that the pull request was closed in the source system.

created
date

The date that the pull request was created in the source system.

deletions
number

The number of lines deleted in the pull request.

dx_user_id
Foreign key

The dx_users ID of the user that owns the pull request.

external_url
string

The URL to the pull request details in the source system.

external_id
string

The ID used by the source system.

head_ref
string

The name of the branch that the changes are coming from.

merge_commit_sha
string

Merge Commit SHA from the source system

merged
date

The date that the pull request was merged in the source system.

open_to_first_approval
number

The time difference in seconds between a pull request being approved and being created.

open_to_first_review
number

The time difference in seconds between the first review being submitted and the pull request being created.

open_to_merge
number

The time difference in seconds between the pull request being merged and being created.

repo_id
Foreign key

The unique ID for the repo that owns the pull request

source
string

The name of the system that the pull request originated from.

source_table_id
Foreign key

The unique ID for the row in the source table that this pull request originated from.

source_table_repo_id
Foreign key

The unique ID for the row in the source specific repository/project table that this pull request relates to.

title
string

The title or summary of the pull request

updated
date

The date that the pull request was last updated in the source system.

repos

id
Primary key

Unique ID for the row.

default_branch
string

The name of the default branch for the repo.

external_id
string

The ID used by the source system.

name
string

The name of the repository or project as defined in the source system.

organization
string

The name of the entity that owns the repo in the source system.

source
string

The name of the system that the repo originated from.

source_table_id
Foreign key

The unique ID for the row in the source table that the repo originated from.

service_identities

A unified table of your services from different sources. `service_id` links each service to the central service catalog.

id
Primary key

Unique identifier for the row.

name
string

The name given to the service.

service_id
Foreign key

The link to the service catalog

source
string

The source system of the service.

source_id
string

The ID in source system of the service.

services

Your service catalog.

id
Primary key

Unique identifier for the row.

name
string

The name given to the service.

dx_team_id
Foreign key

The team assigned as owner of the service.

dynatrace_entities

Logical components such as services that Dynatrace monitors and analyzes.

source_id
string

Dynatrace ID of the entity.

display_name
string

The name of the entity, displayed in the dynatrace UI.

type
string

The type of the entity.

dynatrace_slos

Objectives that define target performance or reliability goals for monitored entities.

source_id
string

Dynatrace ID of the SLO.

name
string

The name of the SLO.

evaluated_percentage
number

The calculated status value of the SLO.

target
number

The target value of the SLO.

warning
number

The warning value of the SLO.

timeframe
string

The timeframe for the SLO evaluation.

firehydrant_incident_responders

Details of responders to incidents in Firehydrant.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

responder_id
Foreign key

ID of the responder.

firehydrant_incident_services

Details of services impacted by incidents in Firehydrant.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

service_id
Foreign key

ID of the service.

firehydrant_incidents

Details of incidents in Firehydrant.

id
Primary key

Unique identifier for the row.

source_id
string

Firehydrant ID of the incident.

name
string

Name of the incident.

status
string

Status of the incident.

severity
string

Severity of the incident.

priority
string

priority of the incident.

description
string

description of the incident.

customer_impact
boolean

True if customers were impacted.

started_at
date

Timestamp when the incident started.

resolved_at
date

Timestamp when the incident was resolved.

acknowledged_at
date

Timestamp when the incident was acknowledged.

created_at
date

Timestamp when the incident was created.

firehydrant_service_teams

Details of service-team relationships in Firehydrant.

id
Primary key

Unique identifier for the row.

team_id
Foreign key

ID of the team.

service_id
Foreign key

ID of the service.

firehydrant_services

Details of Firehydrant services.

id
Primary key

Unique identifier for the row.

source_id
string

Firehydrant ID of the service.

name
string

Name of the service.

description
string

Description of the service.

slug
string

Slug of the service.

firehydrant_teams

Details of Firehydrant teams.

id
Primary key

Unique identifier for the row.

source_id
string

Firehydrant ID of the team.

name
string

Name of the team.

description
string

Description of the team.

slug
string

Unique team slug.

firehydrant_user_teams

Details of the association between users and teams in Firehydrant.

id
Primary key

Unique identifier for the row.

user_id
Foreign key

ID of the user.

team_id
Foreign key

ID of the team.

firehydrant_users

Details of Firehydrant users.

id
Primary key

Unique identifier for the row.

source_id
string

Firehydrant ID of the user.

name
string

Full name of the user.

email
string

Email of the user.

github_code_scanning_alerts

Table for storing GitHub Code Scanning alert data.

number
number

The code scanning number for the repository.

repository_id
Foreign key

ID of the repository associated with the alert.

state
string

State of the alert (e.g., open, fixed).

source_url
string

URL for more details about the alert.

fixed_at
date

Timestamp when the alert was fixed.

rule_id
string

ID of the rule that triggered the alert.

most_recent_instance_ref
string

Reference to the most recent instance of the alert.

created_at
date

Timestamp when the alert was created.

severity
string

Impact level of an issue in GitHub code scanning alerts (Error, Warning, or Note).

security_severity_level
string

Shows how risky a code vulnerability is (Critical, High, Medium, or Low).

github_copilot_daily_usages

Daily usage details for GitHub Copilot licensees

id
Primary key

Unique identifier of the row

login
string

The login of the GitHub user

date
date

The date of usage

enterprise_slug
string

Enterprise slug

active
boolean

Boolean indicating whether the user was active on this date

github_copilot_usage_breakdowns

Breakdown of GitHub Copilot usage by language and editor.

id
Primary key

Unique identifier for the row.

github_copilot_usage_id
Foreign key

ID of the associated GitHub Copilot usage record.

language
string

Programming language of the usage data.

editor
string

Editor used during the usage data.

suggestions_count
number

Number of suggestions made by Copilot.

acceptances_count
number

Number of suggestions accepted by users.

lines_suggested
number

Number of lines suggested by Copilot.

lines_accepted
number

Number of lines accepted by users.

active_users
number

Number of active users.

github_copilot_usages

Details of GitHub Copilot usage.

id
Primary key

Unique identifier for the row.

day
string

The day of the usage data.

organization_id
number

ID of the organization.

enterprise_slug
string

Enterprise slug

total_suggestions_count
number

Total number of suggestions made by Copilot.

total_acceptances_count
number

Total number of suggestions accepted by users.

total_lines_suggested
number

Total number of lines suggested by Copilot.

total_lines_accepted
number

Total number of lines accepted by users.

total_active_users
number

Total number of active users.

total_chat_acceptances
number

Total number of chat acceptances.

total_chat_turns
number

Total number of chat turns.

total_active_chat_users
number

Total number of active chat users.

github_dependabot_alerts

Table for storing GitHub Dependabot alert data.

number
number

The dependabot alert number for the repository.

repository_id
Foreign key

ID of the repository associated with the alert.

state
string

State of the alert (e.g., open, fixed).

package_name
string

Name of the package causing the alert.

summary
string

Summary of the alert.

severity
string

Severity level of the alert.

source_url
string

URL for more details about the alert.

fixed_at
date

Timestamp when the alert was fixed.

created_at
date

Timestamp when the alert was created.

updated_at
date

Timestamp when the alert was last updated.

github_deployment_events

Events related to GitHub deployments

id
Primary key

Unique identifier for the row

source_id
number

GitHub ID of the deployment event

repository_id
Foreign key

ID of the GitHub repository

sha
string

Git commit SHA for the deployment

ref
string

Git reference for the deployment

task
string

Task name for the deployment

success
boolean

Boolean indicating if the deployment was successful

environment
string

Environment name for the deployment

production_environment
boolean

Boolean indicating if this is a production environment

created_at
date

Timestamp when the deployment event was created

github_issue_assignees

Association between GitHub issues and assignees

id
Primary key

Unique identifier of the row

issue_id
Foreign key

ID of the issue to which the assignee is assigned

user_id
Foreign key

ID of the user assigned to the issue

github_issue_labels

Association between GitHub issues and labels

id
Primary key

Unique identifier of the row

issue_id
Foreign key

ID of the issue to which the label is assigned

label_id
Foreign key

ID of the label associated with the issue

github_issue_projects

Association between GitHub issues and projects

id
Primary key

Unique identifier of the row

issue_id
Foreign key

ID of the issue

project_id
Foreign key

ID project

github_issues

Details about GitHub issues

id
Primary key

Unique identifier of the row

source_id
string

ID of the issue in GitHub

source_url
string

URL of the issue in GitHub

repository_id
Foreign key

ID of the repository to which the issue belongs

state
string

State of the issue (e.g., open, closed)

title
string

Title of the issue

number
number

Number of the issue within the repository

creator_id
Foreign key

ID of the user who created the issue

cycle_time
number

Cycle time for the issue in days

closed_at
date

Date when the issue was closed

created_at
date

Date when the issue was created

started_at
date

Date when work on the issue started

updated_at
date

Date when the issue was last updated

github_labels

Details about Github labels

id
Primary key

Unique identifier for the row.

repository_id
Foreign key

ID of the repository to which the label belongs

source_id
number

GitHub ID of the label.

source_url
string

URL directly to the label in GitHub.

active
boolean

Indicates whether the label has been deleted in GitHub.

default
boolean

Indicates whether the label is a default GitHub label.

github_machine_users

Record of all the machine users in your GitHub organization, mapped to their DX user id.

id
Primary key

Unique identifier for the row.

user_id
Foreign key

ID of the user.

github_organizations

Details about your GitHub organizations.

id
Primary key

Unique identifier for the row.

source_id
number

GitHub ID of the organization.

installation_id
number

GitHub App Installation ID.

login
string

GitHub Organization slug.

source_url
string

URL directly to the DX app installation details within GitHub.

github_projects

Github ProjectV2

id
Primary key

Unique identifier of the row

source_id
number

ID of the project in GitHub

number
number

Number of the project

name
string

Title of the project

created_at
date

Date when the project was created

updated_at
date

Date when the project was updated

installation_id
number

GitHub App Installation ID.

github_pull_commits

Details about commits in GitHub pull requests.

id
Primary key

Unique identifier for the row.

sha
string

SHA of the commit.

author_id
Foreign key

ID of the author of the commit.

pull_id
Foreign key

ID of the pull request associated with the commit.

created
date

Timestamp when the commit was created.

message
string

Commit message.

row_created_at
date

Timestamp when the row was created.

row_updated_at
date

Timestamp when the row was last updated.

source_url
string

URL directly to the commit in GitHub.

github_pull_labels

Join table between pull requests and labels

id
Primary key

Unique identifier for the row.

label_id
Foreign key

ID of the label applied to the pull request

pull_id
Foreign key

ID of the pull request to which the label belongs

github_pull_services

Services that pull requests are merged into

id
Primary key

Unique identifier for the row.

pull_id
Foreign key

ID of the pull request

pull_source_id
number

Identifier of the Pull request in Github

service
string

Name of the service

github_pulls

Detailed information and metrics about GitHub pull requests.

id
Primary key

Unique identifier for the row.

source_id
number

GitHub ID of the repository.

repository_id
Foreign key

ID of the GitHub repository which this pull request was created for.

user_id
Foreign key

ID of the user who created the pull request.

number
number

The pull request number for the repository.

title
string

Title of the pull request.

head_ref
string

Reference to the branch where the pull request changes are implemented. Typically a branch name.

base_ref
string

Reference to the branch where changes would be pulled into. Typically a branch name.

created
date

Date at which the pull request was created.

updated
date

Most recent date at which the pull request was updated.

closed
date

Date at which the pull request was closed. Present only if it is closed.

merged
date

Date at which the pull request was merged. Present only if it was merged.

ready_for_review
date

Date at which the pull request was marked as ready-for-review (i.e., converted from draft state).

draft
boolean

Boolean indicating whether or not the pull request is marked as a "draft" request.

merge_commit_sha
string

Git commit SHA of the merge commit used to merge into the base branch.

open_to_merge
string

Time difference in seconds between a pull request being merged and being created.

open_to_first_review
number

Time difference in seconds between the first review being submitted and the pull request being created. When "ready-for-review" is used, the calculation is instead the difference between the first review being submitted and the pull request being marked as "ready-for-review".

open_to_first_approval
number

Time difference in seconds between a pull request being approved and being created.

additions
number

Count of lines added in the pull request.

deletions
number

Count of lines deleted in the pull request.

changed_files
number

Count of files changed in the pull request.

commits
number

Count of commits in the pull request.

source_url
string

URL directly to the pull request within GitHub.

description
string

Description of the pull request.

timespent
number

Estimated time spent working on the pull request in hours, calculated from commit history.

first_commit_at
date

Timestamp of the first commit in the pull request.

github_repositories

Details about the GitHub repositories in your organization.

id
Primary key

Unique identifier for the row.

source_id
number

GitHub ID of the repository.

organization_id
Foreign key

ID of the GitHub Organization of the repository.

name
string

Name of the repository

private
boolean

Boolean indicating whether the repository is private.

archived
boolean

Boolean indicating whether the repository is archived.

default_branch
string

The default git branch of the repository.

source_url
string

URL directly to the repository in GitHub.

github_repository_properties

Properties associated with GitHub repositories

id
Primary key

Unique identifier for the row

repository_id
Foreign key

ID of the GitHub repository

name
string

Name of the property

value
string

Value of the property

github_review_requests

Detailed information and metrics about GitHub review requests.

id
Primary key

Unique identifier for the row.

source_id
number

GitHub ID of the review request.

pull_id
Foreign key

ID of the GitHub pull request which the review was requested.

requester_id
Foreign key

ID of the GitHub user who requested the review.

requested_reviewer_id
Foreign key

ID of the GitHub user who was requested to perform the review.

requested_team_id
Foreign key

ID of the GitHub team who was requested to review the pull request.

review_id
Foreign key

ID of the GitHub review which was submitted.

time_to_review
number

Time difference between when the review was requested and submitted.

source_url
string

GitHub API url for the pull request event.

created
date

Date at which the review request was created.

github_reviews

Detailed information and metrics about GitHub reviews.

id
Primary key

Unique identifier for the row.

source_id
number

GitHub ID of the review.

pull_id
Foreign key

ID of the GitHub pull request for this review.

user_id
Foreign key

ID of the GitHub user who submitted this review.

repository_id
Foreign key

ID of the GitHub repository for this review.

review_request_id
Foreign key

ID of the GitHub review request submitted for this review.

state
string

String describing the current state of the GitHub review.

submitted
date

Date at which the review was submitted.

time_since_request
number

Time difference between when the review was requested and submitted.

comment_count
number

Count of total comments given on the GitHub review.

source_url
string

URL directly to the GitHub review on the pull request.

github_secret_scanning_alerts

Table for storing GitHub Secret Scanning alert data.

number
number

The secret scanning number for the repository.

repository_id
Foreign key

ID of the repository associated with the alert.

state
string

State of the alert (e.g., open, resolved).

secret_type
string

Type of secret causing the alert.

source_url
string

URL for more details about the alert.

resolved_at
date

Timestamp when the alert was resolved.

created_at
date

Timestamp when the alert was created.

github_team_memberships

Join table between github_users and github_teams

id
Primary key

Unique identifier for the row.

team_id
Foreign key

The team the user is a member of

user_id
Foreign key

The user that is a member of the team

active
boolean

Boolean indicating if team is active

github_teams

Details about Github teams

id
Primary key

Unique identifier for the row.

source_id
number

Identifier of the team in Github

organization_id
Foreign key

ID of the organization to which the team belongs

github_parent_team_id
Foreign key

ID of of the parent team that the row is a child of

name
string

Name of the team

active
boolean

Boolean indicating if team is active

verified_email
string

Organization verified email of user

github_users

Details about GitHub users.

id
Primary key

Unique identifier for the row.

source_id
number

GitHub ID of the user.

organization_id
Foreign key

ID of the GitHub organization the user belongs to.

login
string

Username of the GitHub user.

role
string

Role of the GitHub user.

bot
boolean

Boolean indicating if the user is a bot. Also known as "Machine User".

active
boolean

Boolean indicating if the user is currently active.

gitlab_groups

Details about gitlab groups.

id
Primary key

Unique identifier for the row.

source_id
string

Identifier of the group in Gitlab

source_url
string

URL of the gitlab group

name
string

Name of the gitlab group

full_name
string

Name of the gitlab group with hierarchy

full_path
string

Path of the gitlab group with the slugs

description
string

Description of the Gitlab group

visibility
string

Private or public

created_at
date

Timestamp of the creation date of the group

parent_source_id
string

ID of the parent group in Gitlab

gitlab_labels

Details of the GitLab labels

source_id
number

Identifier of the label in GitLab

project_id
Foreign key

ID of the project to which the label belongs

name
string

Name of the label

description
string

Description of the label

color
string

Color code of the label

active
boolean

Indicates whether the label is active

gitlab_merge_request_deployments

Join table between merge requests and deployments

id
Primary key

Unique identifier for the row.

merge_request_id
Foreign key

ID of the merge request associated with the deployment

deployment_id
Foreign key

ID of the deployment associated with the merge request

environment
string

Environment the deployment was associated with

merge_to_deploy
number

Difference (in seconds) between deployed_at of the deployment and merged_at of the gitlab merge requests

open_to_deploy
number

Difference (in seconds) between deployed_at of the deployment and created_at of the gitlab merge requests

service
string

Service the deployment was associated with

gitlab_merge_request_labels

Association between GitLab merge requests and labels

merge_request_id
Foreign key

ID of the merge request

label_id
Foreign key

ID of the label

gitlab_merge_requests

Details about Gitlab merge requests

id
Primary key

Unique identifier for the row.

source_id
string

Identifier of the merge request in Gitlab

iid
string

IID of the merge request

project_id
Foreign key

ID of the project to which the merge project belongs

user_id
Foreign key

ID of the user who authored the merge request

title
string

Title of the merge request

state
string

State of the merge request

merged_at
date

Timestamp indicating when the merge request was merged

closed_at
date

Timestamp indicating when the merge request was closed

target_branch
string

Branch the merge request will be merged into

source_branch
string

Branch name of the merge request

merge_commit_sha
string

Merge commit SHA of the merge request

created_at
date

Timestamp of when the merge request was created

updated_at
date

Timestamp of when the merge request was updated

open_to_merge
number

Difference (in seconds) between merged_at and created_at

open_to_first_review
number

Difference (in seconds) between first submitted review and merge request created_at

open_to_first_approval
number

Difference (in seconds) between first approved review and merge request created_at

source_url
string

URL of the merge request

gitlab_projects

Details about Gitlab projects

id
Primary key

Unique identifier for the row.

source_id
string

Identifier of the project in Gitlab

group_id
Foreign key

ID of the Gitlab group to which the project belongs

name
string

Name of the gitlab project

path
string

Path of the gitlab project

private
boolean

Boolean indicating if the project is private

default_branch
date

Default branch of the project

archived
boolean

Boolean indicating if the project is archived

created_at
date

Timestamp of when the project was created

updated_at
date

Timestamp of when the project was updated

source_url
date

URL of the project

gitlab_reviews

Details about Gitlab reviews

id
Primary key

Unique identifier for the row.

source_id
string

Identifier of the review in Gitlab

merge_request_id
Foreign key

ID of the merge request where the review occurred

user_id
Foreign key

ID of the user who submitted the review

created_at
date

Timestamp of when the review was created

updated_at
date

Timestamp of when the review was updated

time_since_request
number

Difference (in seconds) between the review created_at and the merge request created_at

approved
boolean

Review approved or not

review_type
string

Type of the review

gitlab_users

Details of the Gitlab users

id
Primary key

Unique identifier for the row.

source_id
string

Identifier of the user in Gitlab

group_id
Foreign key

ID of the group to which the user belongs

name
string

Name of the user

username
string

Username of the user

state
string

State of the user

created_at
string

Timestamp of when the user was created

source_url
string

URL of the Gitlab user

google_calendar_events

Events from GoogleCalendar.

source_id
string

GoogleCalendar ID of the events.

user_id
Foreign key

Google calendar user's ID.

start_time
date

Start time of the event.

title
string

Title of the event.

status
string

Status of the event.

end_time
date

End time of the event.

duration
number

Duration of the event.

invitee_count
number

Number of invitees.

response_status
string

Response status of the event of the user (accepted, tentative, declined, needsAction).

incident_io_custom_fields

Details of custom fields in Incident.io.

id
Primary key

Unique identifier for the row.

key
string

Key of the custom field.

name
string

Name of the custom field.

incident_io_incident_custom_field_values

Details of custom field values associated with incidents in Incident.io.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

custom_field_id
Foreign key

ID of the custom field.

value
string

Value of the custom field.

incident_io_incident_follow_ups

Details of Incident follow ups.

id
Primary key

Unique identifier for the row.

source_id
string

Incident.io ID of the incident follow up.

incident_id
Foreign key

ID of the incident.

assignee_id
Foreign key

ID of the user.

status
string

Status of Incident follow up

priority
string

Priority of Incident follow up

completed_at
date

Timestamp when Follow up is completed.

created_at
date

Timestamp when Follow up is created.

updated_at
date

Timestamp when Follow up is updated.

incident_io_incident_responders

Details of responders to incidents in Incident.io.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

responder_id
number

ID of the responder.

responder_type
string

Type of the responder.

incident_io_incident_role_assignments

Mapping between incidents and roles in Incident.io.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

incident_role_id
Foreign key

ID of the role.

user_id
number

ID of the user assigned to the role.

incident_io_incident_roles

Details of roles associated with incidents in Incident.io.

id
Primary key

Unique identifier for the row.

source_id
string

Incident.io ID of the role.

name
string

Name of the role.

role_type
string

Type of the role.

incident_io_incident_services

Mapping between incidents and services in Incident.io.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

service_id
Foreign key

ID of the service.

incident_io_incident_timestamp_values

Values for timestamps associated with incidents in Incident.io.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

incident_timestamp_id
Foreign key

ID of the incident timestamp.

value
date

Value of the timestamp.

incident_io_incident_timestamps

Details of timestamps related to incidents in Incident.io.

id
Primary key

Unique identifier for the row.

source_id
string

Incident.io ID of the timestamp.

name
string

Name of the timestamp.

rank
number

Rank of the timestamp.

incident_io_incident_types

Details of incident types in Incident.io.

id
Primary key

Unique identifier for the row.

source_id
string

Incident.io ID of the incident type.

name
string

Name of the incident type.

description
string

Description of the incident type.

incident_io_incidents

Details of incidents in Incident.io.

id
Primary key

Unique identifier for the row.

source_id
string

Incident.io ID of the incident.

source_url
string

URL of the incident in Incident.io.

title
string

Title of the incident.

state
string

State of the incident.

severity
string

Severity of the incident.

started_at
date

Timestamp when the incident started.

resolved_at
date

Timestamp when the incident was resolved.

closed_at
date

Timestamp when the incident was closed.

time_to_resolve
number

Time taken to resolve the incident (in seconds).

time_to_internal_response
number

Time taken for internal response (in seconds).

incident_type_id
number

ID of the associated incident type.

creator_id
number

ID of the user who created the incident.

mode
string

Mode of the incident (e.g., real, simulated).

reference
string

Reference identifier for the incident.

summary
string

Summary of the incident.

visibility
string

Visibility of the incident (e.g., public, private).

incident_io_on_call_users

Details of on-call schedules in Incident.io.

id
Primary key

Unique identifier for the row.

schedule_source_id
string

Incident.io ID of the schedule.

schedule_name
string

Name of the schedule.

user_id
number

ID of the user associated with the schedule shift.

start_at
date

Timestamp when User shift started.

end_at
date

Timestamp when User shift ended.

incident_io_services

Details of services in Incident.io.

id
Primary key

Unique identifier for the row.

source_id
string

Incident.io ID of the service.

name
string

Name of the service.

incident_io_users

Details of Incident.io users.

id
Primary key

Unique identifier for the row.

source_id
string

Incident.io ID of the user.

full_name
string

Full name of the user.

email
string

Email of the user.

jira_allocation_limits

Max dev days for users.

email
string

Email of the user.

capacity
number

Max capacity represented by a number between 0 and 1. For example, a manager working at 60% capacity as a contributor would have a value of 0.6.

effective_date
date

When the limit takes effect. If unspecified, the record is effective until another record with a later date is added.

jira_boards

Details of the boards within Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the board.

name
string

Name of the board.

board_type
string

Type of the board.

private
boolean

Boolean indicating whether or not the board is private.

jira_component_issues

Mapping table that links issues to components they belong to.

id
Primary key

Unique identifier for the row.

component_id
Foreign key

ID of the component.

issue_id
Foreign key

ID of the issue.

jira_components

Components are subsections of a project that help you organize and categorize work in Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the component.

source_url
string

URL to the component in Jira.

name
string

Name of the component.

project_id
Foreign key

ID of the project this component belongs to.

jira_custom_fields

Details about the custom fields created in Jira.

id
Primary key

Unique identifier for the row.

key
string

Jira unique key for the custom field. i.e. `customfield_123`

name
string

Name of the custom field.

jira_fix_versions

Records of the fix versions in Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the fix version.

name
string

Name of the fix version.

description
string

Description of the fix version.

released
boolean

Boolean indicating if the fix version has been released.

release_date
date

Date at which the fix version was released.

archived
boolean

Boolean indicating if the fix version has been archived.

jira_issue_allocations

Time allocation for Jira issue.

id
Primary key

Unique identifier for the row.

issue_id
Foreign key

ID of Jira issue.

user_id
Foreign key

ID of Jira user.

dev_days
number

Number of dev days the issue took in the month.

month
number

Month that the allocated days are in.

jira_issue_custom_field_values

Record of custom fields applied to issues in Jira.

id
Primary key

Unique identifier for the row.

issue_id
Foreign key

ID of the issue which the custom field is applied.

custom_field_id
Foreign key

ID of the custom field applied to the issue.

value
string

Value of the custom field applied to the issue.

jira_issue_fix_versions

Join table that links issues to fix versions.

id
Primary key

Unique identifier for the row.

issue_id
Foreign key

ID of the Jira issue.

fix_version_id
number

ID of the fix version.

jira_issue_labels

Record of labels applied to issues in Jira.

id
Primary key

Unique identifier for the row.

issue_id
Foreign key

ID of the issue which the label is applied.

label_id
Foreign key

ID of the label applied to the issue.

jira_issue_relationships

Flattened hierarchical relationships between Jira issues.

id
Primary key

Unique identifier for the row.

ancestor_id
Foreign key

ID of a parent Jira issue.

descendant_id
Foreign key

ID of a child Jira issue.

jira_issue_sprints

Record of sprints applied to issues in Jira.

id
Primary key

Unique identifier for the row.

project_id
Foreign key

ID of the project to which the issue belongs.

sprint_id
Foreign key

ID of the sprint applied to the issue.

issue_id
Foreign key

ID of the issue which the sprint is applied.

planned
boolean

Boolean indicating if the issue was planned for the sprint.

deleted_at
date

Date at which the issue was removed from the sprint, if ever.

jira_issue_status_changes

Details of the history of status changes on issues within Jira.

id
Primary key

Unique identifier for the row.

issue_id
Foreign key

ID of the Jira issue.

status_id
Foreign key

ID of the Jira status.

status_change_date
date

Date which the status change occurred.

jira_issue_types

Details of the issue types used within Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the issue type.

project_id
Foreign key

ID of the Jira project for which this issue type belongs.

name
string

Name of the issue type.

description
string

Description of the issue type.

hierarchy_level
number

Integer indicating the hierarchical order of the issue type. i.e. Epic > Task > SubTask.

icon_png_blog
binary

Binary icon data for the issue type.

jira_issues

Details of the issues within Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the issue

issue_type_id
Foreign key

ID of the issue type of this issue.

project_id
Foreign key

ID of the project for which this issue belongs.

resolution_id
Foreign key

ID of the resolution for this issue, if any.

status_id
Foreign key

ID of the status for this issue.

priority_id
Foreign key

ID of the priority for this issue.

user_id
Foreign key

ID of the user who is assigned to this issue.

creator_id
Foreign key

ID of the user who created this issue.

source_url
string

URL directly to the issue within Jira.

summary
string

Issue title

key
string

Identifier key from Jira of the issue.

parent_key
string

Identifier key from Jira of the issue's parent issue.

story_points
number

Number of story points assigned to the issue in Jira.

resolution_date
date

Date at which the issue was resolved in Jira.

due_date
date

Date which the issue is Due.

created_at
date

Date which the issue was created.

updated_at
date

Date which the issue was last updated.

cycle_time
number

Time difference between when the issue was started (started_at) and the issue was resolved (resolved_at).

started_at
date

Earliest date at which the issue changed to a `indeterminate` status category. See `jira_statuses` table for status categories.

completed_at
date

Latest date at which the issue changed to a `done` status category. See `jira_statuses` table for status categories.

jira_labels

Details of the all labels in Jira.

id
Primary key

Unique identifier for the row.

name
string

Name of the Jira label.

jira_priorities

Description of each priority in Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the priority.

source_url
string

Jira URL of the priority.

name
string

Name of the priority.

description
string

Description of the priority.

status_color
string

Color of the priority.

jira_projects

Details of the your Jira projects.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the project.

project_type_key
string

Jira indicator for the type of project.

name
string

Name of the project.

private
boolean

Boolean indicating whether or not the project is private.

deleted_at
date

Date at which the project was deleted, if ever.

archived_at
date

Date at which the project was archived, if ever.

total_issue_count
number

Total count of the issues within the project.

key
string

The key of the project.

jira_resolutions

Description of different Resolutions within Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the resolution.

name
string

Name of the resolution.

description
string

Description of the resolution.

default
boolean

Boolean indicating if this is the default resolution.

jira_sprint_boards

Record of sprints applied to boards in Jira.

id
Primary key

Unique identitifer for the row.

sprint_id
Foreign key

ID of the sprint applied to the board.

board_id
Foreign key

ID of the board containing the sprint.

deleted_at
date

Date at which the sprint was removed from the board, if ever.

jira_sprints

Details of the sprints within Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the sprint.

name
string

Name of the sprint.

state
string

State of the sprint.

project_id
Foreign key

ID of the project which the sprint belongs (deprecated).

board_id
Foreign key

ID of the board which the sprint belongs (deprecated).

start_date
date

Date at which the sprint started.

end_date
date

Date at which the sprint ended.

complete_date
date

Date at which the sprint was completed.

jira_sprints_planned_issues

Stores the issues that are planned for a sprint.

id
Primary key

Unique identifier for the row.

sprint_id
Foreign key

ID of the sprint applied to the issue.

issue_id
Foreign key

ID of the issue which the sprint is applied.

jira_statuses

Description of each status in Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the status.

name
string

Name of the status.

status_category
string

Category of the status in Jira.

description
string

Description of the status.

jira_users

Details of the users within Jira.

id
Primary key

Unique identifier for the row.

source_id
string

Jira ID of the user.

account_id
string

Jira ID of the account.

email
string

Email of the user.

name
string

Name of the user.

active
boolean

If the user was listed in the API in the most recent sync

jsm_custom_fields

Details of the JSM custom fields.

source_id
string

JSM ID of the custom field.

source_key
string

JSM custom field key.

name
string

Name of the custom field.

jsm_incident_custom_field_values

Details of the custom field values for incidents.

incident_id
number

ID of the related incident.

custom_field_id
number

ID of the custom field.

value
string

Value of the custom field.

jsm_incident_labels

Details of the labels related to incidents.

incident_id
number

ID of the related incident.

label_id
number

ID of the related label.

jsm_incident_organizations

Details of the organizations related to incidents.

incident_id
number

ID of the related incident.

organization_id
number

ID of the related organization.

jsm_incident_services

Details of the services related to incidents.

incident_id
number

ID of the related incident.

service_id
number

ID of the related service.

jsm_incidents

Details of the JSM incidents.

source_id
string

JSM ID of the incident.

source_key
string

JSM incident key.

summary
string

Summary of the incident.

source_url
string

URL of the incident.

priority
string

Priority of the incident.

assignee_id
number

ID of the assigned user.

status
string

Status of the incident.

creator_id
number

ID of the incident creator.

reporter_id
number

ID of the incident reporter.

project_id
number

ID of the associated project.

resolved_at
date

Date the incident was resolved.

major_incident
boolean

Whether the incident is marked as major.

created_at
date

Date the incident was created.

updated_at
date

Date the incident was last updated.

jsm_labels

Details of the JSM labels.

name
string

Name of the label.

jsm_organizations

Details of the JSM organizations.

source_id
string

JSM ID of the organization.

name
string

Name of the organization.

jsm_projects

Details of the JSM projects.

source_id
string

JSM ID of the project.

source_key
string

JSM project key.

name
string

Name of the project.

incidents_synced_to
date

Last synced incident date.

api_accessible
boolean

Active Projects

jsm_services

Details of the JSM services.

source_id
string

JSM ID of the service.

name
string

Name of the service.

jsm_users

Details of the JSM users.

account_id
string

JSM account ID of the user.

account_type
string

Account type of the user.

email
string

Email of the user.

name
string

Name of the user.

active
boolean

Whether the user is active.

launchdarkly_feature_flag_environments

Association between feature flags and environments in LaunchDarkly

id
Primary key

Unique identifier of the row

project_environment_id
Foreign key

ID of the environment in which the feature flag exists

feature_flag_id
Foreign key

ID of the feature flag associated with the environment

archived
boolean

Indicates if the feature flag in the environment is archived

on
boolean

Indicates if the feature flag is on in the environment

launchdarkly_feature_flag_tags

Association between feature flags and tags in LaunchDarkly

id
Primary key

Unique identifier of the row

feature_flag_id
Foreign key

ID of the feature flag associated with the tag

tag_id
Foreign key

ID of the tag associated with the feature flag

launchdarkly_feature_flags

Details about feature flags in LaunchDarkly

id
Primary key

Unique identifier of the row

source_key
string

Key of the feature flag in LaunchDarkly

project_id
Foreign key

ID of the project to which the feature flag belongs

name
string

Name of the feature flag

kind
string

Kind of the feature flag

archived
boolean

Indicates if the feature flag is archived

archived_date
date

Date when the feature flag was archived

deprecated
boolean

Indicates if the feature flag is deprecated

deprecated_date
date

Date when the feature flag was deprecated

temporary
boolean

Indicates if the feature flag is temporary

maintainer_id
Foreign key

ID of the user who maintains the feature flag

team_id
Foreign key

ID of the team responsible for the feature flag

created_at
date

Date when the feature flag was created

synced_at
date

Date when the feature flag was last synced

launchdarkly_project_environments

Details about environments for LaunchDarkly projects

id
Primary key

Unique identifier of the row

source_id
string

ID of the environment in LaunchDarkly

source_key
string

Key of the environment in LaunchDarkly

project_id
Foreign key

ID of the project to which the environment belongs

name
string

Name of the environment

api_accessible
boolean

Indicates if the environment is accessible via API

launchdarkly_projects

Details about LaunchDarkly projects

id
Primary key

Unique identifier of the row

source_id
string

ID of the project in LaunchDarkly

source_key
string

Key of the project in LaunchDarkly

name
string

Name of the project

api_accessible
boolean

Indicates if the project is accessible via API

launchdarkly_tags

Details about LaunchDarkly tags

id
Primary key

Unique identifier of the row

name
string

Name of the tag

launchdarkly_team_maintainers

Association between LaunchDarkly users and teams for maintainers

id
Primary key

Unique identifier of the row

user_id
Foreign key

ID of the user who is a maintainer

team_id
Foreign key

ID of the team to which the maintainer is associated

launchdarkly_teams

Details about LaunchDarkly teams

id
Primary key

Unique identifier of the row

source_key
string

Key of the team in LaunchDarkly

name
string

Name of the team

created_at
date

Date when the team was created

updated_at
date

Date when the team was last updated

launchdarkly_users

Details about LaunchDarkly users

id
Primary key

Unique identifier of the row

source_id
string

ID of the user in LaunchDarkly

email
string

Email of the user

first_name
string

First name of the user

last_name
string

Last name of the user

role
string

Role of the user

linear_issue_labels

Join table between issues and labels

id
Primary key

Unique identifier for the row

issue_id
Foreign key

ID of the issue the label is associated with

label_id
Foreign key

ID of the label the issue is associated with

linear_issue_state_changes

Records of the states issues have had

id
Primary key

Unique identifier for the row

issue_id
Foreign key

ID of the Linear issue to which the record belongs

state_id
Foreign key

ID of the Linear state the issue was changed to

state_change_date
date

Timestamp indicating when DX tracked a change in state

linear_issues

Details about Linear issues

id
Primary key

Unique identifier for the row

source_id
string

Identifier in Linear of the issue

assignee_id
Foreign key

ID of the user who is assigned the issue

parent_id
Foreign key

ID of the parent linear issue

creator_id
Foreign key

ID of the user who created the issue

project_id
Foreign key

ID of the project to which the issue belongs

state_id
Foreign key

State that the linear issue is in

team_id
Foreign key

ID of the team to which the issue belongs

source_url
string

URL of the issue

identifier
string

Issue's human readable identifier (eg ENG-123)

number
string

Issue number

archived_at
date

The time at which the entity was archived

auto_archived_at
date

The time at which the issue was automatically archived by the auto pruning process

auto_closed_at
date

The time at which the issue was automatically closed by the auto pruning process

start_date
date

The estimated start date of the project.

started_at
date

The time at which the issue was moved into started state

completed_at
date

The time at which the issue was moved into completed state

canceled_at
date

The time at which the issue was moved into canceled state

started_triage_at
date

The time at which the issue entered triage

triaged_at
date

The time at which the issue left triage

cycle_time
number

Time difference between when the issue was started (started_at) and the issue was completed (completed_at).

snoozed_until
date

The time until an issue will be snoozed in Triage view

title
string

Title of the issue

estimate
number

The estimate of the complexity of the issue

priority
number

The priority of the issue 0 = No priority, 1 = Urgent, 2 = High, 3 = Normal, 4 = Low

priority_label
string

Label for the priority

due_date
date

The date at which the issue is due

trashed
boolean

Boolean that indicates whether the issue is in the trash bin

linear_labels

Details about Linear labels

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the label in Linear

team_id
Foreign key

ID of the team to which the label belongs

description
string

Description of the label

name
string

Name of the label

created_at
date

Timestamp of when the label was created

updated_at
date

Timestamp of when the label was updated

linear_organizations

Details about the Linear organization

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the organization in Linear

archived_at
date

The time at which the entity was archived

deletion_requested_at
date

The time at which deletion of the organization was requested

name
string

Name of the organization

created_at
date

Timestamp when the organization was created in Linear

updated_at
date

Timestamp when the organization was updated in Linear

linear_projects

Details about Linear projects

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the project in Linear

archived_at
date

Timestamp of when the project was archived

auto_archived_at
date

The time at which the project was automatically archived by the auto pruning process

canceled_at
date

Timestamp of when the project was canceled

completed_at
date

Timestamp of when the project was completed

completed_issue_count_history
array

Array of completed issues in the project after each week

completed_scope_history
array

Array of completed estimation points after each week

description
string

Description of the project

in_progress_scope_history
array

Array of in progress estimation points after each week

issue_count_history
array

Array of issues in the project after each week

name
string

Name of the linear project

progress
number

The overall progress of the project. This is the (completed estimate points + 0.25 * in progress estimate points) / total estimate points.

scope
number

The overall scope (total estimate points) of the project

scope_history
array

Array of estimation points after each week

started_at
date

The time at which the project was moved into started state

state
string

The type of the state

target_date
date

The estimated completion date of the project

created_at
date

Timestamp of when the project was created in Linear

updated_at
date

Timestamp of when the project was updated in Linear

linear_states

Details about Linear states

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the state in Linear

team_id
Foreign key

ID of the team to which the state belongs

archived_at
date

The time at which the entity was archived

description
string

Description of the state

name
string

Name of the state

position
number

The position of the state in the team flow

state_type
string

The type of the state. One of 'triage', 'backlog', 'unstarted', 'started', 'completed', 'canceled'.

created_at
date

Timestamp of when the state was created in Linear

updated_at
date

Timestamp of when the state was updated in Linear

linear_team_projects

Join table between Linear teams and Linear projects

id
Primary key

Unique identifier for the row

team_id
Foreign key

ID of the team with which the project is associated

project_id
Foreign key

ID of the project with which the team is associated

linear_teams

Details about Linear teams

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the team in Linear

organization_id
Foreign key

ID of the organization to which the team belongs

description
string

Description of the team

key
string

The team's unique key

name
string

Name of the team

number_of_issues
number

Issues associated with the team

private
boolean

Boolean indicating if the team is private

archived_at
date

Timestamp of when the team was archived

created_at
date

Timestamp of when the team was created in Linear

updated_at
date

Timestamp of when the team was updated in Linear

linear_users

Details about Linear users.

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the user in Linear

email
string

Email of the user

name
string

Name of the user

newrelic_entities

Details about New Relic entities

id
Primary key

Unique identifier of the row

source_id
string

ID of the entity in New Relic

name
string

Name of the entity

account_id
number

Account ID associated with the entity

api_accessible
boolean

Indicates if the entity is accessible via API

newrelic_slis

Details about New Relic SLIs (Service Level Indicators)

id
Primary key

Unique identifier of the row

source_id
string

ID of the SLI in New Relic

entity_id
Foreign key

ID of the associated entity

name
string

Name of the SLI

indicator_value
number

Indicator value of the SLI

created_at
date

Date when the SLI was created

updated_at
date

Date when the SLI was last updated

api_accessible
boolean

Indicates if the SLI is accessible via API

newrelic_slos

Details about New Relic SLOs (Service Level Objectives)

id
Primary key

Unique identifier of the row

sli_id
Foreign key

ID of the associated SLI

target
number

Target percentage of the SLO

time_window
string

Time window for the SLO

attainment_value
number

Attainment value of the SLO

opsgenie_alert_responders

Join table between Opsgenie alerts and responders. A responder can be a user or a team

id
Primary key

Unique identifier for the row

alert_id
Foreign key

ID of the alert associated with the responder

responder_id
Foreign key

ID of the responder associated with the alert

responder_type
string

'Team' or 'User'

opsgenie_alerts

Details about OpsGenie alerts.

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the alert in Opsgenie

alias
string

Client-defined identifier of the alert, that is also the key element of Alert De-Duplication

message
string

Message of the alert

status
string

Status of the alert

acknowledged
boolean

Boolean indicating if the alert was acknowledged

count
number

Number of times the alert occurred

last_occurred_at
date

Most recent occurrence of the alert

created_at
date

Timestamp of when the alert was created

updated_at
date

Timestamp of when the alert was updated

source
string

Source of the alert (Azure, Datadog, Pingdom, etc.)

owner
string

Owner of the alert

priority
string

Priority level of the alert. Possible values are P1, P2, P3, P4 and P5. Default value is P3.

ack_time
number

Time (in seconds) to acknowledge

close_time
number

Time (in seconds) to close

opsgenie_incident_responders

Join table between incidents and responders. A responder can be a user or a team

id
Primary key

Unique identifier for the row

incident_id
Foreign key

ID of the incident associated with the responder

responder_id
Foreign key

ID of the team or user associated with the incident

responder_type
string

'Team' or 'User'

opsgenie_incidents

Details of Opsgenie incidents

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the incident in Opsgenie

message
string

Message of the incident

status
string

Status of the incident

priority
string

Priority level of the incident. Possible values are P1, P2, P3, P4 and P5. Default value is P3.

source_url
string

URL of the incident

impact_start_date
date

Timestamp of when the incident first began

opsgenie_teams

Details of Opsgenie teams

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the team in Opsgenie

name
string

Name of the team

description
string

Description of the team

source_url
string

URL of the team

opsgenie_user_teams

Join table between Opsgenie users and teams

id
Primary key

Unique identifier for the row

user_id
Foreign key

ID of the user associated with the team

team_id
Foreign key

ID of the team associated with the user

opsgenie_users

Details about Opsgenie users

id
Primary key

Unique identifier for the row

source_id
string

Identifier of the user in Opsgenie

username
string

Username of the user

full_name
string

Full name of the user

role
string

Role of the user (Owner, Admin, User)

pagerduty_incident_teams

Join table between incidents and teams

id
Primary key

Unique identifier of the row

incident_id
Foreign key

ID of the incident with which the team is associated

team_id
Foreign key

ID of the team with which the incident is associated

pagerduty_incidents

Details about PagerDuty incidents

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the incident in PagerDuty

service_id
Foreign key

ID of the service to which the incident belongs

incident_number
number

The number of the incident (unique to the account)

priority
string

Summary of the priority, often the same as name

source_url
string

URL of the incident

status
string

The current status of the incident

title
string

Title of the incident

urgency
string

Urgency level of the incident

alerts_all
number

Count of all alerts

alerts_triggered
number

Count of triggered alerts

alerts_resolved
number

Count of alerts resolved

created
date

Timestamp when the incident was created

resolved
date

Timestamp when the incident was resolved

auto_resolved
boolean

Boolean indicating if the incident auto resolved

unique_notifications
number

Count of unique notifications

ack_count
number

Number of acknowledged entries in incident logs

unack_count
number

Number of unacknowledged entries in incident logs

auto_escalations
number

Number of non-user escalations

user_escalations
number

Number of user escalations

seconds_to_first_ack
number

Seconds to the first ack

business_hour_interruptions
number

Total number of unique interruptions during business hours; 8am-6pm Mon-Fri, based on the user’s time zone

seconds_to_resolve
number

Time from when an incident was triggered until it was resolved

user_defined_effort_seconds
number

The total response effort in seconds, as defined by the user

off_hour_interruptions
number

Total number of unique interruptions during off hours; 6pm-10pm Mon-Fri and all day Sat-Sun, based on the user’s time zone

sleep_hour_interruptions
number

Total number of unique interruptions during sleep hours; 10pm-8am every day, based on the user’s time zone

pagerduty_services

Details about PagerDuty services

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the service in PagerDuty

name
string

Name of the service

status
string

The current state of the service. Allowed values: 'active', 'warning', 'critical', 'maintenance', 'disabled'

source_url
string

URL of the service

created
date

Timestamp of when the service was created in PagerDuty

last_incident_timestamp
date

Most recent incident timestamp

api_accessible
boolean

Service api_accessible or not

pagerduty_team_users

Join table between teams and users

id
Primary key

Unique identifier of the row

team_id
Foreign key

ID of the team to which the user belongs

user_id
Foreign key

ID of the user belonging to the team

pagerduty_teams

Details about PagerDuty teams

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the team in PagerDuty

name
string

Name of the PagerDuty team

source_url
string

URL of the team

pagerduty_users

Details about PagerDuty users

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the user in PagerDuty

email
string

Email of the user

role
string

Role of the user

source_url
string

URL of the user

pipeline_runs

Instances of pipeline runs

id
Primary key

Unique identifier of the row

reference_id
string

Unique identifier of the row created by DX from data from the upstream source

pipeline_source_id
Foreign key

ID of the pipeline_source to which it belongs

name
string

Name of the pipeline run

status
string

Resulting status of the pipeline run

started_at
date

When the pipeline run began

finished_at
date

When the pipeline run finished

duration
number

Duration of the pipeline run in seconds

repository
string

Name of the repository the pipeline run belongs to

commit_sha
string

Commit sha referenced by the pipeline run

dx_user_id
Foreign key

ID of the user whose action initiated the pipeline run

email
string

Email of the user whose action initiated the pipeline run, if provided

source_url
string

URL of the pipeline run

head_branch
string

Name of the head branch triggering the pipeline run

pipeline_sources

Stores the different sources an instance is connected to

id
Primary key

Unique identifier of the row

name
string

Name of the source (e.g., "Github Actions", "Azure DevOps Pipelines")

api
boolean

Boolean indicating if the source is a customer pushing the data into DX via an the API

pipeline_stage_names

Names of pipeline stages that have been run. Used for Gitlab and Azure DevOps.

id
Primary key

Unique identifier of the row

name
string

Name of the pipeline stage

repository
string

Name of the repository

rollbar_environments

Details of the Rollbar environments.

source_id
string

System-wide Environment ID.

project_id
number

ID of the associated project.

name
string

Name of the environment.

visible
boolean

Whether the environment is visible.

rollbar_items

Details of the Rollbar items.

source_id
string

System-wide Item ID.

environment_id
number

ID of the associated environment.

title
string

Computed title of the item.

counter
number

Project-wide Item ID.

last_occurrence_timestamp
string

Timestamp of the most recent occurrence.

first_occurrence_timestamp
string

Timestamp of the first occurrence.

project_id
number

ID of the associated project.

status
string

Status of the item.

level
string

Item level (critical, error, warning, info, debug).

total_occurrences
number

Total number of occurrences since last resolution.

last_resolved_timestamp
date

Timestamp the item was last resolved.

synced_at
date

Timestamp when the item was last synced.

rollbar_projects

Details of the Rollbar projects.

source_id
string

System-wide Project ID.

name
string

Name of the project.

status
string

Status of the project.

created_at
date

Date the project was created.

updated_at
date

Date the project was last updated.

api_accessible
boolean

Whether the project is accessible via API.

rootly_custom_field_values

Details of custom field values linked to incidents.

id
Primary key

Unique identifier for the row.

source_id
string

Rootly ID of the incident.

incident_id
Foreign key

ID of the incident.

custom_field_id
Foreign key

ID of the custom field.

value
string

The value of the incident_custom_field_selection.

rootly_custom_fields

Details of Rootly custom fields.

id
Primary key

Unique identifier for the row.

source_id
string

Rootly ID of the custom field.

name
string

Name of the custom field.

rootly_incident_services

Details of the association between incidents and services in Rootly.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

service_id
Foreign key

ID of the service.

rootly_incident_teams

Details of the association between incidents and teams in Rootly.

id
Primary key

Unique identifier for the row.

incident_id
Foreign key

ID of the incident.

team_id
Foreign key

ID of the team.

rootly_incidents

Details of Rootly incidents.

id
Primary key

Unique identifier for the row.

source_id
string

Rootly ID of the incident.

title
string

Title of the incident.

state
string

State of the incident.

severity
string

Severity of the incident.

started_at
date

Timestamp when the incident started.

detected_at
date

Timestamp when the incident was detected.

acknowledged_at
date

Timestamp when the incident was acknowledged.

mitigated_at
date

Timestamp when the incident was mitigated.

resolved_at
date

Timestamp when the incident was resolved.

cancelled_at
date

Timestamp when the incident was cancelled.

created_at
date

Timestamp when the incident was created.

time_to_resolve
number

Time taken to resolve the incident (in seconds).

time_to_internal_response
number

Time taken for internal response (in seconds).

time_to_detect
number

Time taken to detect the incident (in seconds).

rootly_services

Details of Rootly services.

id
Primary key

Unique identifier for the row.

source_id
string

Rootly ID of the service.

name
string

Name of the service.

description
string

Description of the service.

rootly_teams

Details of Rootly teams.

id
Primary key

Unique identifier for the row.

source_id
string

Rootly ID of the team.

handle
string

Handle of the team.

name
string

Name of the team.

rootly_user_teams

Details of the association between users and teams in Rootly.

id
Primary key

Unique identifier for the row.

user_id
Foreign key

ID of the user.

team_id
Foreign key

ID of the team.

rootly_users

Details of Rootly users.

id
Primary key

Unique identifier for the row.

source_id
string

Rootly ID of the user.

full_name
string

Full name of the user.

email
string

Email of the user.

sentry_issue_environments

Details of the environments associated with Sentry issues.

name
string

Name of the environment.

issue_id
Foreign key

ID of the issue to which the environment belongs.

total_count
number

Total count of occurrences in the environment.

last_seen
date

Date the environment was last seen.

first_seen
date

Date the environment was first seen.

sentry_issues

Details of the Sentry issues.

source_id
string

System-wide Issue ID.

project_id
Foreign key

ID of the project to which the issue belongs.

title
string

Title of the issue.

source_url
string

URL of the issue.

level
string

Level of the issue (e.g., error, warning, info).

status
string

Status of the issue (e.g., resolved, unresolved).

platform
string

Platform where the issue occurred.

issue_type
string

Type of the issue.

issue_category
string

Category of the issue.

priority
string

Priority of the issue.

count
number

Total count of occurrences of the issue.

first_seen
date

Date the issue was first seen.

last_seen
date

Date the issue was last seen.

synced_at
date

Date the issue was last synced.

sentry_organizations

Details of the Sentry organizations.

source_id
string

System-wide Organization ID.

name
string

Name of the organization.

slug
string

Slug of the organization.

status
string

Status of the organization.

created_at
date

Date the organization was created.

api_accessible
boolean

Whether the organization is accessible via API.

sentry_projects

Details of the Sentry projects.

source_id
string

System-wide Project ID.

organization_id
Foreign key

ID of the organization to which the project belongs.

name
string

Name of the project.

slug
string

Slug of the project.

created_at
date

Date the project was created.

api_accessible
boolean

Whether the project is accessible via API.

servicenow_groups

Details about ServiceNow groups

source_id
string

Unique identifier of the group in the ServiceNow system

name
string

Name of the group

servicenow_incident_custom_fields

Incident custom field values

incident_id
Foreign key

ID of the the incident

key
string

Name of custom field

value
string

Value of custom field

display_value
string

Display value of custom field

servicenow_incidents

Details about ServiceNow incidents

source_id
string

Unique identifier of the incident in the ServiceNow system

source_url
string

URL pointing to the incident in ServiceNow

number
string

Incident number in the ServiceNow system

short_description
string

Brief description of the incident

state
string

Current state of the incident (e.g., New, In Progress, Closed)

priority
string

Priority level of the incident

severity
string

Severity level of the incident

urgency
string

Urgency level of the incident

impact
string

Impact level of the incident

category
string

Category of the incident (e.g., Software, Hardware)

opened_at
date

Date and time when the incident was opened

closed_at
date

Date and time when the incident was closed

resolved_at
date

Date and time when the incident was resolved

active
boolean

Whether the incident is currently active

opened_by_id
Foreign key

ID of the user who opened the incident

closed_by_id
Foreign key

ID of the user who closed the incident

resolved_by_id
Foreign key

ID of the user who resolved the incident

caller_id
Foreign key

ID of the caller (user who reported the incident)

service_id
Foreign key

ID of the service associated with the incident

assigned_to_id
Foreign key

ID of the assignee (user who assign to the incident)

assigment_group_id
Foreign key

ID of the group handling the incident

created_at
date

Date and time when the record was created

updated_at
date

Date and time when the record was last updated

servicenow_services

Details about ServiceNow services

source_id
string

Unique identifier of the service in the ServiceNow system

name
string

Name of the service

servicenow_users

Details about ServiceNow users

source_id
string

Unique identifier of the user in the ServiceNow system

name
string

Name of the user

email
string

Email of the user

shortcut_stories

Details about Shortcut stories

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the story in Shortcut

owner_ids
string

An array of UUIDs of the users who are owners

team_id
Foreign key

ID of the team which owns the story

name
string

Name of the Shortcut story

estimate
number

The estimate (or point value) for the Story

cycle_time
number

The cycle time (in seconds) of this story when complete.

created_at
date

Timestamp of when the story was created

updated_at
date

Timestamp of when the story was updated

completed_at
date

Timestamp of when the story was completed

started_at
date

Timestamp of when the story was started

blocked
boolean

Boolean indicating if the Story is currently blocked

archived
boolean

Boolean if the story has been archived

completed
boolean

Boolean indicating if the story has been completed

started
boolean

Boolean indicating if the story has been started

story_type
string

The type of story (feature, bug, chore)

source_url
string

URL of the story

shortcut_story_ownerships

Join table between Shortcut stories and users

id
Primary key

Unique identifier of the row

story_id
Foreign key

ID of the story the user is an owner of

user_id
Foreign key

ID of the user that is an owner of the story

shortcut_story_updates

Changes of workflow state of a story

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the story history in Shortcut

previous_workflow_state_name
string

Name of the previous workflow state

previous_workflow_state_id
Foreign key

Previous workflow state ID

new_workflow_state_name
string

Name of the new workflow state

new_workflow_state_id
Foreign key

New workflow state ID

changed_at
date

When the workflow state changed

created_at
date

Timestamp of when the user was created in Shortcut

updated_at
date

Timestamp of when the user was updated in Shortcut

shortcut_team_memberships

Join table between Shortcut users and teams

id
Primary key

Unique identifier of the row

team_id
Foreign key

ID of the team the user belongs to

user_id
Foreign key

ID of the user on the team

shortcut_teams

Details about Shortcut teams

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the team in Shortcut

member_ids
string

An array of UUIDs of users on the team

name
string

Name of the team

description
string

Description of the team

archived
boolean

Boolean indicating if the team is archived

num_stories
number

Number of stories assigned to the team

shortcut_users

Details about Shortcut users

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the user in Shortcut

name
string

Name of the user

email
string

Email of the user

disabled
boolean

Boolean indicating if the user is disabled

created_at
date

Timestamp of when the user was created in Shortcut

updated_at
date

Timestamp of when the user was updated in Shortcut

shortcut_workflow_states

Details about Shortcut workflow states

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the workflow state in Shortcut

workflow_id
Foreign key

ID of the workflow to which the workflow state belongs

workflow_state_type
string

Type of workflow state

name
string

Name of the workflow state

description
string

Description of the workflow state

position
number

Position of the workflow state

created_at
date

Timestamp of when the user was created in Shortcut

updated_at
date

Timestamp of when the user was updated in Shortcut

shortcut_workflows

Details about Shortcut workflows

id
Primary key

Unique identifier of the row

source_id
string

Identifier of the workflow in Shortcut

name
string

Name of the workflow

description
string

Description of the workflow

created_at
date

Timestamp of when the user was created in Shortcut

updated_at
date

Timestamp of when the user was updated in Shortcut

snyk_issues

Details about Snyk issues

id
Primary key

Unique identifier of the row

source_id
string

ID of the issue in Snyk

source_key
string

Key of the issue in Snyk

project_id
Foreign key

ID of the project to which the issue belongs

title
string

Title of the issue

tool
string

Tool associated with the issue

effective_severity_level
string

Effective severity level of the issue

status
string

Status of the issue

ignored
boolean

Indicates if the issue is ignored

issue_type
string

Type of the issue

risk_score
number

Risk score of any Incident

resolved_at
date

Date when the issue was resolved

created_at
date

Date when the issue was created

updated_at
date

Date when the issue was last updated

snyk_organizations

Details about Snyk organizations

id
Primary key

Unique identifier of the row

source_id
string

ID of the organization in Snyk

name
string

Name of the organization

slug
string

Slug of the organization

api_accessible
boolean

Indicates if the organization is accessible via API

created_at
date

Date when the organization was created

updated_at
date

Date when the organization was last updated

snyk_projects

Details about Snyk projects

id
Primary key

Unique identifier of the row

source_id
string

ID of the project in Snyk

name
string

Name of the project

origin
string

Origin of the project

status
string

Status of the project

organization_id
Foreign key

ID of the organization to which the project belongs

created_at
date

Date when the project was created

api_accessible
boolean

Indicates if the project is accessible via API

issues_synced_at
date

Date at project issues have been synced

sonarcloud_issue_tags

Join table between SonarCloud issues and tags

id
Primary key

Unique identifier of the row

issue_id
Foreign key

ID of the issue to which the tag is associated

tag_id
Foreign key

ID of the tag associated with the issue

sonarcloud_issues

Details about SonarCloud issues

id
Primary key

Unique identifier of the row

source_key
string

Key of the issue in SonarCloud

component
string

Component related to the issue

rule
string

Rule associated with the issue

severity
string

Severity of the issue

project_id
Foreign key

ID of the project to which the issue belongs

effort
string

Effort required to resolve the issue

debt
string

Debt associated with the issue

status
string

Status of the issue

issue_type
string

Type of the issue

clean_code_attribute_category
string

Category of clean code attributes

clean_code_attribute
string

Specific clean code attribute

created_at
date

Date when the issue was created

updated_at
date

Date when the issue was last updated

sonarcloud_metrics

Details about SonarCloud metrics

id
Primary key

Unique identifier of the row

source_id
string

ID of the metric in SonarCloud

source_key
string

Key of the metric in SonarCloud

source_type
string

Type of the source for the metric

name
string

Name of the metric

domain
string

Domain of the metric

sonarcloud_organizations

Details about SonarCloud organizations

id
Primary key

Unique identifier of the row

name
string

Name of the organization

sonarcloud_project_metrics

Details about metrics associated with SonarCloud projects

id
Primary key

Unique identifier of the row

project_id
Foreign key

ID of the project to which the metric is associated

metric_id
Foreign key

ID of the metric associated with the project

date
date

Date when project metric imported

value
string

Value of the metric for the project

sonarcloud_projects

Details about SonarCloud projects

id
Primary key

Unique identifier of the row

source_key
string

Key of the project in SonarCloud

organization_id
Foreign key

ID of the organization to which the project belongs

name
string

Name of the project

qualifier
string

Qualifier of the project

visibility
string

Visibility of the project

last_analysis_date
date

Date of the last analysis

api_accessible
boolean

Project is api accessible or not

sonarcloud_security_hotspots

Details about SonarCloud security hotspots

id
Primary key

Unique identifier of the row

source_key
string

Key of the security hotspot in SonarCloud

component
string

Component related to the security hotspot

project_id
Foreign key

ID of the project to which the security hotspot belongs

security_category
string

Security category of the hotspot

vulnerability_probability
string

Probability of the vulnerability occurring

status
string

Status of the security hotspot

rule_key
string

Key of the rule associated with the security hotspot

created_at
date

Date when the security hotspot was created

updated_at
date

Date when the security hotspot was last updated

deleted_at
date

Date marked as deleted if hotspot is no longer accessible via API

sonarcloud_tags

Details about SonarCloud tags

id
Primary key

Unique identifier of the row

name
string

Name of the tag

sonarqube_issue_tags

Join table between SonarQube issues and tags

id
Primary key

Unique identifier of the row

issue_id
Foreign key

ID of the issue to which the tag is associated

tag_id
Foreign key

ID of the tag associated with the issue

sonarqube_issues

Details about SonarQube issues

id
Primary key

Unique identifier of the row

source_key
string

Key of the issue in SonarQube

component
string

Component related to the issue

rule
string

Rule associated with the issue

severity
string

Severity of the issue

project_id
Foreign key

ID of the project to which the issue belongs

effort
string

Effort required to resolve the issue

debt
string

Debt associated with the issue

status
string

Status of the issue

issue_type
string

Type of the issue

clean_code_attribute_category
string

Category of clean code attributes

clean_code_attribute
string

Specific clean code attribute

created_at
date

Date when the issue was created

updated_at
date

Date when the issue was last updated

sonarqube_metrics

Details about SonarQube metrics

id
Primary key

Unique identifier of the row

source_id
string

ID of the metric in SonarQube

source_key
string

Key of the metric in SonarQube

source_type
string

Type of the source for the metric

name
string

Name of the metric

domain
string

Domain of the metric

sonarqube_project_metrics

Details about metrics associated with SonarQube projects

id
Primary key

Unique identifier of the row

project_id
Foreign key

ID of the project to which the metric is associated

metric_id
Foreign key

ID of the metric associated with the project

date
date

Date when project metric imported

value
string

Value of the metric for the project

sonarqube_projects

Details about SonarQube projects

id
Primary key

Unique identifier of the row

source_key
string

Key of the project in SonarQube

name
string

Name of the project

qualifier
string

Qualifier of the project

visibility
string

Visibility of the project

last_analysis_date
date

Date of the last analysis

api_accessible
boolean

Project is api accessible or not

sonarqube_security_hotspots

Details about SonarQube security hotspots

id
Primary key

Unique identifier of the row

source_key
string

Key of the security hotspot in SonarQube

component
string

Component related to the security hotspot

project_id
Foreign key

ID of the project to which the security hotspot belongs

security_category
string

Security category of the hotspot

vulnerability_probability
string

Probability of the vulnerability occurring

status
string

Status of the security hotspot

rule_key
string

Key of the rule associated with the security hotspot

created_at
date

Date when the security hotspot was created

updated_at
date

Date when the security hotspot was last updated

deleted_at
date

Date marked as deleted if hotspot is no longer accessible via API

sonarqube_tags

Details about SonarQube tags

id
Primary key

Unique identifier of the row

name
string

Name of the tag

sumo_logic_monitors

Monitors continuously query data to monitor and send notifications when specific events occur.

source_id
string

Sumo Logic ID of the SLO.

name
string

The name of the SLO.

description
string

Description of the SLO.

slo_id
number

ID of SLO to which the monitor belongs.

status
string

Status of the monitor.

sumo_logic_sli_values

SLIs represent quantifiable metrics used to measure the performance, reliability, or quality of a service against defined objectives.

status
string

Whether the SLI computation is complete / had an error / is in progress.

sli_percentage
number

SLI percentage for the compliance period. (Available if status is Success)

error_budget_remaining_percentage
number

Percentage of error budget remaining for the compliance period. (Available if status is Success)

absolute_error_budget_remaining
string

Formatted string for the absolute error budget remaining. (Available if status is Success)

progress_percentage
number

SLI computation progress.

slo_id
number

ID of SLO to which the SLI value belongs.

sumo_logic_slos

SLOs are used to monitor and alert on KPIs for most important services or user experience.

source_id
string

Sumo Logic ID of the SLO.

name
string

The name of the SLO.

description
string

Description of the SLO.