mirror of
				https://github.com/open-metadata/OpenMetadata.git
				synced 2025-11-03 20:19:31 +00:00 
			
		
		
		
	Minor : Get missing dataProducts and pipeline properties in /customProperties api (#19445)
(cherry picked from commit 9a69c18b594de5dabd956904038f02b0dc96aa62)
This commit is contained in:
		
							parent
							
								
									9de8bcb31c
								
							
						
					
					
						commit
						0577e139f2
					
				@ -596,8 +596,9 @@ public class SchemaFieldExtractor {
 | 
				
			|||||||
        Map.of(
 | 
					        Map.of(
 | 
				
			||||||
            "dashboard", "data",
 | 
					            "dashboard", "data",
 | 
				
			||||||
            "table", "data",
 | 
					            "table", "data",
 | 
				
			||||||
            "pipeline", "services",
 | 
					            "pipeline", "data",
 | 
				
			||||||
            "votes", "data");
 | 
					            "votes", "data",
 | 
				
			||||||
 | 
					            "dataProduct", "domains");
 | 
				
			||||||
    return entityTypeToSubdirectory.getOrDefault(entityType, "data");
 | 
					    return entityTypeToSubdirectory.getOrDefault(entityType, "data");
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user