mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-01 13:23:09 +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);
|
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()
|
public static JsonNode getMetricDashboardNodes()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user