Re: Converting an AVDL file into something that the avro python package can parse

2022-04-22 Thread Eric Gorr
s.avdl > /tmp/ > > This will create a .avsc file per schema that you can use. > > Kind regards, > Oscar > > -- > Oscar Westra van Holthe - Kind > > Op vr 22 apr. 2022 14:27 schreef Eric Gorr : > >> What I would like to be able to do is take an .avdl file and p

Converting an AVDL file into something that the avro python package can parse

2022-04-22 Thread Eric Gorr
What I would like to be able to do is take an .avdl file and parse it into python. I would like to make use of the information from within python. According to the documentation, Apache's python package does not handle .avdl files. I need to use their `avro-tools` to convert the .avdl file into so