mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-07 06:46:35 +00:00

* Fix #8509: Add schema fields * Fix #4675: Ingestion deployment from UI is broken * Added sample data for topics * Fixed pytests * Address comments * Refactored sampledata according to new schema * Added return type * Feat(ui) ✨ : Add support for Avro editor (#9224) * Feat(ui) ✨ : Add support for Avro editor * chore : add mock data for nested fields * style: add group and opacity css * add schema fields component to topic details and unit test * Add locale keys * Add support for edit description. * refactor: expandableConfig * test: add unit test for util method * chore : make changes according to the schema change * test : fix unit test and add new mock data * chore : rename files * Add row key * chore : add default value for tags * chore : update util method * chore : add support for editing field tags * chore : rename util files * test : add unit test * add comments * addressing comments * Address comments * Added avro requirments * Added requirement versions * fixed versions * protobuf version fix * chore : rename util test file * Fixed Dataype * test: add unit test for schema component Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com> Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com>