mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-04 14:43:11 +00:00
parent
49edea5fdc
commit
26c7c20cfe
@ -142,7 +142,7 @@ public class ListFilter {
|
|||||||
}
|
}
|
||||||
return tableName == null
|
return tableName == null
|
||||||
? String.format("json->>'pipelineType' = '%s'", pipelineType)
|
? String.format("json->>'pipelineType' = '%s'", pipelineType)
|
||||||
: String.format("json->>'pipelineType' = '%s%%'", tableName, pipelineType);
|
: String.format("%s.json->>'pipelineType' = '%s%%'", tableName, pipelineType);
|
||||||
}
|
}
|
||||||
|
|
||||||
private String getCategoryPrefixCondition(String tableName, String category) {
|
private String getCategoryPrefixCondition(String tableName, String category) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user