mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-24 00:48:36 +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()
|
||||
.withMetrics(List.of(new LineChartMetric().withFormula("count(k='id.keyword')")))
|
||||
.withxAxisField("columns.tags.tagFQN")
|
||||
.withIncludeXAxisFiled("pii.*")
|
||||
.withIncludeXAxisFiled("PII.*")
|
||||
.withGroupBy("columns.tags.name.keyword"),
|
||||
DataInsightCustomChart.ChartType.BAR_CHART);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user