dx_catalog_entity_owners
Owners of entities in the DX Catalog. There is a many-to-many relationship between entities and teams.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - DX ID of the row.
-
entity_id
Foreign key - ID of the entity under ownership.
-
team_id
Foreign key - ID of a team the entity belongs to.
-
user_id
Foreign key - ID of a user the entity belongs to.