Minor : Get missing dataProducts and pipeline properties in /customProperties api (#19445)

(cherry picked from commit 9a69c18b594de5dabd956904038f02b0dc96aa62)
This commit is contained in:
sonika-shah 2025-01-21 14:58:04 +05:30 committed by OpenMetadata Release Bot
parent 9de8bcb31c
commit 0577e139f2

View File

@ -596,8 +596,9 @@ public class SchemaFieldExtractor {
Map.of(
"dashboard", "data",
"table", "data",
"pipeline", "services",
"votes", "data");
"pipeline", "data",
"votes", "data",
"dataProduct", "domains");
return entityTypeToSubdirectory.getOrDefault(entityType, "data");
}