dx_catalog_entity_incidents
Join table for incidents to entities to unify incident data from various sources.
-
id
Primary key - Unique identifier for the row.
-
incident_id
Foreign key - ID of the incident.
-
entity_id
Foreign key - ID of the entity.
-
source
string - Source of the entity.
-
is_processing
boolean - Boolean indicating if the entity incident is being processed.