Hello Everyone! We are ingesting metadata from Avr...
# ingestion
d
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
We don't have that yet supported in the ingestion pipeline yet, but will add it to my to do list 🙂
d
Cool 😃 Most of the defaults are null and corresponding to Avro spec in the type you will have union type: ['null', 'string'] default: null