Closed timvancann closed 1 year ago
Patch coverage: 100.00
% and project coverage change: +0.13
:tada:
Comparison is base (
705dc7c
) 90.59% compared to head (70e83c7
) 90.73%.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
The structure for an array of arrays as it is currently rendered is not supported by
fastavro
. This PR fixes this nested structure such that pydantic models with list of lists can be parsed into an avro schema correctly.