-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pydantic nested schema serialization (#346)
* fix: pydantic nested schema serialization * fix: parametrize test models * fix: replace conditional_dataclass with no-op decorator * Add AvroBaseModel to unit-tests * remove debug code * modify tests to match AvroBaseModel vs AvroModel behavior * fix linting --------- Co-authored-by: David Devlin <d.devlin@keelvar.com> Co-authored-by: Marcos Schroh <2828842+marcosschroh@users.noreply.github.com>
- Loading branch information
1 parent
fd261a6
commit 2b3e37b
Showing
6 changed files
with
139 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.