mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 20:51:26 +00:00
This commit is contained in:
parent
aa86859747
commit
906b1b116f
@ -3090,6 +3090,7 @@ public interface CollectionDAO {
|
||||
+ "(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 COUNT(*) FROM dbservice_entity <cond>)+"
|
||||
+ "(SELECT COUNT(*) FROM messaging_service_entity <cond>)+ "
|
||||
+ "(SELECT COUNT(*) FROM dashboard_service_entity <cond>)+ "
|
||||
+ "(SELECT COUNT(*) FROM pipeline_service_entity <cond>)+ "
|
||||
@ -3106,6 +3107,7 @@ public interface CollectionDAO {
|
||||
+ "(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 COUNT(*) FROM dbservice_entity <cond>)+ "
|
||||
+ "(SELECT COUNT(*) FROM messaging_service_entity <cond>)+ "
|
||||
+ "(SELECT COUNT(*) FROM dashboard_service_entity <cond>)+ "
|
||||
+ "(SELECT COUNT(*) FROM pipeline_service_entity <cond>)+ "
|
||||
|
Loading…
x
Reference in New Issue
Block a user