mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 18:48:35 +00:00 
			
		
		
		
	 cecbf80a2d
			
		
	
	
		cecbf80a2d
		
			
		
	
	
	
	
		
			
			* Add Custom Propety Config to store format, enum values, entity types * Fix import statements and remove unused code * Add Custom Propety Config to store format, enum values, entity types * Add support for enum field type in custom properties * update name in customPropertyConfigTypeValueField * add custom property config column in custom property table * Update padding-left in block-editor.less * Add enum value translation for multiple languages * update placeholder of config * fixed python sdk * add enum type in property value * add unit tests * Add Custom Propety Config to store format, enum values, entity types * update ui to handle the enum config and validation * Fix enum value handling in EditCustomPropertyModal and PropertyValue * Update CustomProperty.md with enum values and multi-select option * add cypress test * add cypress for multiselect enum value * Add tests for enum props * add cypress for editing the enum property * Add validations to enum * Fix dependency issue --------- Co-authored-by: Sachin Chaurasiya <sachinchaurasiyachotey87@gmail.com> Co-authored-by: Onkar Ravgan <onkar.10r@gmail.com>
This guide will help you setup the Ingestion framework and connectors
OpenMetadata Ingestion is a simple framework to build connectors and ingest metadata of various systems through OpenMetadata APIs. It could be used in an orchestration framework(e.g. Apache Airflow) to ingest metadata. Prerequisites
- Python >= 3.7.x
Docs
Please refer to the documentation here https://docs.open-metadata.org/connectors
