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

number
Backstage Entity Reference of the Source Backstage Entity.

type

string
The type of relation FROM a source entity TO the target

target_entity_ref

number
Backstage Entity Reference of the Target Backstage Entity.