mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-02 21:53:30 +00:00
parent
49edea5fdc
commit
26c7c20cfe
@ -142,7 +142,7 @@ public class ListFilter {
|
||||
}
|
||||
return tableName == null
|
||||
? 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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user