Merge pull request #33753 from backstage/freben/locationlocation

catalog-backend: persist location_entity_ref in locations table
This commit is contained in:
Fredrik Adelöw
2026-04-07 12:59:38 +02:00
committed by GitHub
9 changed files with 410 additions and 32 deletions
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': minor
---
Added a `location_entity_ref` column to the `locations` database table that stores the full entity ref of the corresponding `kind: Location` catalog entity for each registered location row. The value is pre-computed and persisted so that it no longer needs to be recomputed from the location's type and target on every read.