opsmill / infrahub

Infrahub - A new approach to Infrastructure Management
https://opsmill.com/
GNU Affero General Public License v3.0
150 stars 7 forks source link

Change uniqueness_constraint for Netbox example schema post 0.14.0 #3650

Closed BeArchiTek closed 2 weeks ago

BeArchiTek commented 1 month ago

In 0.14 with SDK 0.11, the uniqueness_constraints can only be used on non-optional attributes and relationships.

For now, I remove them from the schema to enforce them only in the mapping. Also :

Replace #3563