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

Epic: Error Handling #629

Open
4 tasks
Kircheneer opened this issue Dec 12, 2024 · 0 comments
Open
4 tasks

Epic: Error Handling #629

Kircheneer opened this issue Dec 12, 2024 · 0 comments
Labels

Comments

@Kircheneer
Copy link
Contributor

There are a couple of places during an SSoT sync where errors most often occur:

  • The load method of the remote adapter, specifically during the instantiation of the pydantic/diffsync model classes
  • The create, update, and delete methods of the pydantic/diffsync models

The following are goals of this epic:

  • Provide exactly one way of handling validation errors during loading
  • If desired, allow continuation despite failures
  • Provide actionable reporting on any errors that occurred
  • Document all these processes

Relevant issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant