Skip to content
New issue

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

Pydantic validation errors for Bootstrap objects #614

Closed
bile0026 opened this issue Dec 5, 2024 · 0 comments · Fixed by #615
Closed

Pydantic validation errors for Bootstrap objects #614

bile0026 opened this issue Dec 5, 2024 · 0 comments · Fixed by #615
Assignees
Labels
integration: bootstrap Issues/PRs for Bootstrap integration type: bug Issues/PRs addressing a bug.

Comments

@bile0026
Copy link
Contributor

bile0026 commented Dec 5, 2024

Environment

  • Python version: 3.11.4
  • Nautobot version: 2.3.12
  • nautobot-ssot version: develop
  • Integration: bootstrap

Expected Behavior

  • Able to create platforms without a manufacturer associated.
  • Timezones don't compare improperly

Observed Behavior

  • Pydantic error when leaving the manufacturer blank as it requires a string
  • Timezones for locations aren't properly compared when loaded into Diffsync causing them to be "updated" each time the job runs.

Steps to Reproduce

  1. Attempt to load Platform objects using the bootstrap plugin and leave manufacturer key blank.
  2. Attempt to load Location objects with time_zone key set to null or ""
@bile0026 bile0026 changed the title Pydantic validation error for GitRepository objects Pydantic validation errors for Bootstrap objects Dec 5, 2024
@bile0026 bile0026 self-assigned this Dec 5, 2024
@bile0026 bile0026 added type: bug Issues/PRs addressing a bug. integration: bootstrap Issues/PRs for Bootstrap integration labels Dec 5, 2024
@jdrew82 jdrew82 mentioned this issue Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
integration: bootstrap Issues/PRs for Bootstrap integration type: bug Issues/PRs addressing a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant