mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-10-31 10:39:30 +00:00 
			
		
		
		
	 91d0460b27
			
		
	
	
		91d0460b27
		
			
		
	
	
	
	
		
			
			* Removed part of the secrets manager implementation in the server side * Removed part of the secrets manager implementation in the openmetadata python library side * Remove deprecated test * Address pylint checks * Address new pylint checks * Address PR comments * Fix import on airflows apis * Clear singleton instances for running Ometa secrets manager test
		
			
				
	
	
		
			14 lines
		
	
	
		
			506 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			506 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import datamodel_code_generator.model.pydantic
 | |
| from datamodel_code_generator.imports import Import
 | |
| 
 | |
| datamodel_code_generator.model.pydantic.types.IMPORT_SECRET_STR = Import.from_full_path(
 | |
|     "metadata.ingestion.models.custom_pydantic.CustomSecretStr"
 | |
| )
 | |
| 
 | |
| from datamodel_code_generator.__main__ import main
 | |
| 
 | |
| args = "--input openmetadata-spec/src/main/resources/json/schema --input-file-type jsonschema --output ingestion/src/metadata/generated/schema --set-default-enum-member".split(
 | |
|     " "
 | |
| )
 | |
| main(args)
 |