Pydantic validation error for CloudvisionCustomField when syncing data #609
Labels
integration: cloudvision
Issues/PRs for the Arista CloudVision SSoT integration.
type: bug
Issues/PRs addressing a bug.
Environment
Expected Behavior
Sync from CV to Nautobot should finish successfully.
Observed Behavior
When syncing data from CloudVision to Nautobot, we get the following error:
Some CloudvisionCustomField are defined as
int
orbool
, but the DiffSync model expects astr
.{'name': 'arista_vxlanConfigured', 'value': True, 'device_name': 'MYSWITCH'}
nautobot-app-ssot/nautobot_ssot/integrations/aristacv/signals.py
Line 107 in 2ea8bd3
nautobot-app-ssot/nautobot_ssot/integrations/aristacv/diffsync/models/base.py
Line 135 in 2ea8bd3
Steps to Reproduce
The text was updated successfully, but these errors were encountered: