mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 17:08:28 +00:00
MINOR: Fix PII Column Bar Chart (#20772)
This commit is contained in:
parent
5cbe9badef
commit
2d7176689c
@ -292,7 +292,7 @@ public class MigrationUtil {
|
|||||||
new LineChart()
|
new LineChart()
|
||||||
.withMetrics(List.of(new LineChartMetric().withFormula("count(k='id.keyword')")))
|
.withMetrics(List.of(new LineChartMetric().withFormula("count(k='id.keyword')")))
|
||||||
.withxAxisField("columns.tags.tagFQN")
|
.withxAxisField("columns.tags.tagFQN")
|
||||||
.withIncludeXAxisFiled("pii.*")
|
.withIncludeXAxisFiled("PII.*")
|
||||||
.withGroupBy("columns.tags.name.keyword"),
|
.withGroupBy("columns.tags.name.keyword"),
|
||||||
DataInsightCustomChart.ChartType.BAR_CHART);
|
DataInsightCustomChart.ChartType.BAR_CHART);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user