mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-02 03:29:03 +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(
|
||||
"dashboard", "data",
|
||||
"table", "data",
|
||||
"pipeline", "services",
|
||||
"votes", "data");
|
||||
"pipeline", "data",
|
||||
"votes", "data",
|
||||
"dataProduct", "domains");
|
||||
return entityTypeToSubdirectory.getOrDefault(entityType, "data");
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user