-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Description
Environment
- DSync version: master
Proposed Functionality
Add a flag per DSyncModel object to indicate that a specific object should be ignored during the diff/sync.
Use Case
We have a situation right now for the network-importer where the netbox adapter is getting some cables from netbox and for various reasons these cables should be ignore because they can't be touched ...
Currently we don't have a way to solve this situation, if the objects exist in the network adapter but are removed from the netbox adapter, they will be flag as MISSING and the sync will try to create them.
Adding a flag per object that indicate if the object should be ignore all together would solve this situation and I can imagine other use cases where it will be useful to explicitly ignore an object.
Metadata
Metadata
Assignees
Labels
No labels