Hi guys.
I'm working with your Java lib
datahub-client:0.8.34
Now I want to create and push MCP event with dataset schema, and this schema is stored in
Avro .avsc files.
I can read this files as string, or convert them to
org.apache.avro.Schema object, but don't know how to convert it to Datahub's schema.
I found some of your avro-to-pegasus translator
https://linkedin.github.io/rest.li/avro_translation
tried to use it and seems it's working, but I got conflicts with datahub-client library.
io.acryl:datahub-client and
com.linkedin.pegasus:data-avro - both have com.linkedin.data module with
DataShema class. They look similar, but a little bit different.
How I can convert
Avro schema to the correct Datahub's schema and push it using your Java lib?