We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After successfully importing a NetBox data dump, a second re-run of the import process with the same data should report no changes detected.
Objects with "status" fields are seen as having changes, e.g.:
src: NetBox210DiffSync dst: NautobotDiffSync flags: DiffSyncFlags.SKIP_UNMATCHED_DST action: update model: site unique_id: d25b6c47-2eb1-570e-aee0-8de6b100273d diffs: {'+': {'status': {'slug': 'active'}}, '-': {'status': TaggedForeignKeyField('d29cd273-9e32-4b20-8d65-8f39abac73ad')}}
nautobot-server import_netbox_json dumps/netbox_dump.json 2.10.5
The text was updated successfully, but these errors were encountered:
Import Status references symmetrically between NetBox and Nautobot. F…
ef6256b
…ixes #32
glennmatthews
Successfully merging a pull request may close this issue.
Environment
Expected Behavior
After successfully importing a NetBox data dump, a second re-run of the import process with the same data should report no changes detected.
Observed Behavior
Objects with "status" fields are seen as having changes, e.g.:
Steps to Reproduce
nautobot-server import_netbox_json dumps/netbox_dump.json 2.10.5
nautobot-server import_netbox_json dumps/netbox_dump.json 2.10.5
- againThe text was updated successfully, but these errors were encountered: