nautobot-app-ssot
nautobot-app-ssot copied to clipboard
Provide an easier way of mapping external models into internal ones
Proposed Functionality
Similar to this, but generalized - i.e. having a YAML (or similar) defined way of mapping fields from the external system into the Nautobot models.
Use Case
Provide a more concise way of representing data relationships.
There is an existing approach utilizing Pydantic for this. @djhoward12 + @jmpettit, can you please elaborate on this approach?