SwissDataScienceCenter / renku-data-services

Services that handle reading and writing data from a database
Apache License 2.0
3 stars 2 forks source link

adapt Avro code generation to version >=0.57.1 #151

Open Panaetius opened 8 months ago

Panaetius commented 8 months ago

It seems they changed model generation quite a bit, so it might not be necessary to use the weird library (pyavro-gen) with ugly patches that we currently use.

Panaetius commented 1 month ago

dataclasses-avroschema does not support references between types at the moment so this is on hold.

https://github.com/marcosschroh/dataclasses-avroschema/issues/239