mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 04:25:29 +00:00
Removes erroneously added variable definition in MetricsDAO from last branch merge.
This commit is contained in:
parent
3360fe79cc
commit
37097ea735
@ -250,8 +250,6 @@ public class MetricsDAO extends AbstractMySQLOpenSourceDAO
|
||||
return getMetricListViewMetricNodes(metric.dashboardName, metric.group);
|
||||
}
|
||||
|
||||
public final static String GET_METRIC_AUTO_COMPLETE_LIST = "SELECT DISTINCT metric_name " +
|
||||
"FROM dict_business_metric2 WHERE metric_name is not null and metric_name != '' ORDER by 1";
|
||||
|
||||
public static JsonNode getMetricDashboardNodes()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user