You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't seem to figure out how to load a schema from an .avsc file. Are there any examples on how to do this?
I'd like to recursively do so from several files in a directory.
Hi,
I can't seem to figure out how to load a schema from an .avsc file. Are there any examples on how to do this?
I'd like to recursively do so from several files in a directory.
So far I've only ever used Python to connect to a kafka stream sending avro's. There I use the following to load a schema:
fastavro.schema.load_schema(<path to top .avsc file>)
https://fastavro.readthedocs.io/en/latest/schema.html#:~:text=load_schema(schema_path%3A
The text was updated successfully, but these errors were encountered: