Component
No response
Describe the Feature Request
Create a feature similar to diffsync's "CONTINUE_ON_FAILURE" flag that will sync objects and continue if errors are found. This would be useful under the schema_mapping section so I can control which object to continue if a failure is found.
Currently:
[{'message': 'Unable to find the node LAB1 / LocationGenericSite in the database.', 'locations': [{'line': 3, 'column': 5}], 'path': ['InfrastructureDeviceUpsert']}]
Describe the Use Case
I need to manually set up my sites and if a Site is not found the entire sync errors instead of being able to skip and continue.
Additional Information
No response
Component
No response
Describe the Feature Request
Create a feature similar to diffsync's "CONTINUE_ON_FAILURE" flag that will sync objects and continue if errors are found. This would be useful under the schema_mapping section so I can control which object to continue if a failure is found.
Currently:
[{'message': 'Unable to find the node LAB1 / LocationGenericSite in the database.', 'locations': [{'line': 3, 'column': 5}], 'path': ['InfrastructureDeviceUpsert']}]Describe the Use Case
I need to manually set up my sites and if a Site is not found the entire sync errors instead of being able to skip and continue.
Additional Information
No response