dx_catalog_entities

Main table containing entities in the DX Catalog.

id

Primary key
Unique identifier for the row.

source_id

Foreign key
DX ID of the entity.

public_id

Foreign key
Public ID of the entity.

identifier

string
Unique identifier for the entity.

name

string
The name of the entity.

created_at

date
Date the entity was created.

updated_at

date
Date the entity was last updated.

description

string
A brief description of the entity's purpose.

entity_type_id

Foreign key
ID of the entity type.

entity_type_identifier

Foreign key
Identifier of the entity type, denormalized for convenience.

domain_entity_id

Foreign key
ID of the domain entity that contains this entity.