Hi there,
We have a Backstage instance which ingests Github teams as entities via the Github Org Provider.
We would like to add additional meta data to these entities.
Our thought was to keep using the Github Org Provider to ingest teams in the db, and use overlay yml files in our catalog to enrich the entities.
Unfortunately, this seems to be the output:
[1] 2025-10-02T10:15:49.301Z catalog warn Detected conflicting entityRef group:default/team-foo already referenced by github-multi-org-provider:elastic and now also url:https://github.com/elastic/catalog-info/tree/main-compiled/catalog-info.compiled.yaml
I was under the impression entities with the same ref would get stitched together during ingestion, is this not the case?
Thanks for any help!