You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
15:00:22 error Expected but did not find an existing Nautobot record
source: user
target: permission
unique_id:
{'codename': 'napalm_read', 'content_type': <ContentType: dcim | device>}
15:00:22 error Expected but did not find an existing Nautobot record
source: user
target: permission
unique_id:
{'codename': 'napalm_write', 'content_type': <ContentType: dcim | device>}
(may be repeated multiple times)
Steps to Reproduce
Import a dump from NetBox that has these permission records defined.
The text was updated successfully, but these errors were encountered:
Nautobot doesn't actually use user.permission objects (it, like current versions of NetBox, uses a custom objectpermission model instead), so an appropriate fix here would likely be to ignore user.permission from the import altogether.
This issue should be cosmetic only - it shouldn't cause the import as a whole to fail. If your import is failing likely something else is going wrong... can you perhaps open a new issue with the complete (or minimally redacted) logs from your failed import?
Environment
Expected Behavior
Successful import without error messages
Observed Behavior
(may be repeated multiple times)
Steps to Reproduce
permission
records defined.The text was updated successfully, but these errors were encountered: