Skip to content

Commit

Permalink
AVRO References Support
Browse files Browse the repository at this point in the history
  • Loading branch information
libretto committed Sep 26, 2024
1 parent bf82f81 commit 9c26f46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions karapace/schema_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ def parse(
references: Sequence[Reference] | None = None,
dependencies: Mapping[str, Dependency] | None = None,
normalize: bool = False,
dependencies_compat: bool = False,
) -> ParsedTypedSchema:
if schema_type not in [SchemaType.AVRO, SchemaType.JSONSCHEMA, SchemaType.PROTOBUF]:
raise InvalidSchema(f"Unknown parser {schema_type} for {schema_str}")
Expand Down

0 comments on commit 9c26f46

Please sign in to comment.