inmanta / inmanta-core

Inmanta is an automation and orchestration tool
https://inmanta.com
Apache License 2.0
26 stars 7 forks source link

Allow index on optional relation #7821

Open edvgui opened 4 days ago

edvgui commented 4 days ago

This PR added support for optional attributes in an index: https://github.com/inmanta/inmanta-core/pull/7754

It would be nice to also support optional relations, but this comes with some complications. cf. https://inmanta.slack.com/archives/CKRF0C8R3/p1719827583568419

The goal of this ticket is to first discuss how (whether) it can be done, and then implement it.