mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 11:56:01 +00:00
Wrong services count returned from UtilResources (#9425)
This commit is contained in:
parent
ddf2adf52c
commit
03edd9df56
@ -3202,7 +3202,7 @@ public interface CollectionDAO {
|
||||
+ "(SELECT COUNT(*) FROM dashboard_entity <cond>) as dashboardCount, "
|
||||
+ "(SELECT COUNT(*) FROM pipeline_entity <cond>) as pipelineCount, "
|
||||
+ "(SELECT COUNT(*) FROM ml_model_entity <cond>) as mlmodelCount, "
|
||||
+ "(SELECT (SELECT COUNT(*) FROM database_entity <cond>) + "
|
||||
+ "(SELECT (SELECT COUNT(*) FROM metadata_service_entity <cond>) + "
|
||||
+ "(SELECT COUNT(*) FROM dbservice_entity <cond>)+"
|
||||
+ "(SELECT COUNT(*) FROM messaging_service_entity <cond>)+ "
|
||||
+ "(SELECT COUNT(*) FROM dashboard_service_entity <cond>)+ "
|
||||
@ -3219,7 +3219,7 @@ public interface CollectionDAO {
|
||||
+ "(SELECT COUNT(*) FROM dashboard_entity <cond>) as dashboardCount, "
|
||||
+ "(SELECT COUNT(*) FROM pipeline_entity <cond>) as pipelineCount, "
|
||||
+ "(SELECT COUNT(*) FROM ml_model_entity <cond>) as mlmodelCount, "
|
||||
+ "(SELECT (SELECT COUNT(*) FROM database_entity <cond>) + "
|
||||
+ "(SELECT (SELECT COUNT(*) FROM metadata_service_entity <cond>) + "
|
||||
+ "(SELECT COUNT(*) FROM dbservice_entity <cond>)+ "
|
||||
+ "(SELECT COUNT(*) FROM messaging_service_entity <cond>)+ "
|
||||
+ "(SELECT COUNT(*) FROM dashboard_service_entity <cond>)+ "
|
||||
|
Loading…
x
Reference in New Issue
Block a user