mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-30 01:59:23 +00:00
parent
b50f6f8939
commit
59d0e82ec3
@ -90,7 +90,9 @@ public class ClassificationRepository extends EntityRepository<Classification> {
|
||||
}
|
||||
|
||||
private Integer getUsageCount(Classification classification) {
|
||||
return daoCollection.tagUsageDAO().getTagCount(TagSource.CLASSIFICATION.ordinal(), classification.getName());
|
||||
return daoCollection
|
||||
.tagUsageDAO()
|
||||
.getTagCount(TagSource.CLASSIFICATION.ordinal(), classification.getFullyQualifiedName());
|
||||
}
|
||||
|
||||
public static class TagLabelMapper implements RowMapper<TagLabel> {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user