Hello Everyone!
We are ingesting metadata from Avro schema registry ( through Kafka ingestion). A lot of our schemas have default value in avro, is there a way to show it in the UI ?
g
gray-shoe-75895
04/23/2021, 5:38 PM
We don't have that yet supported in the ingestion pipeline yet, but will add it to my to do list 🙂
d
delightful-plumber-77060
04/26/2021, 1:50 PM
Cool 😃 Most of the defaults are null and corresponding to Avro spec in the type you will have union
type: ['null', 'string']
default: null