[fix][headless] Fix issue filterSql is not working.

This commit is contained in:
beat4ocean
2025-03-05 16:30:05 +08:00
parent b40cb13740
commit 19b402cc92
7 changed files with 23 additions and 2 deletions

View File

@@ -24,6 +24,8 @@ public class ModelDetail {
private String tableQuery;
private String filterSql;
private List<Identify> identifiers = Lists.newArrayList();
private List<Dimension> dimensions = Lists.newArrayList();

View File

@@ -19,6 +19,8 @@ public class ModelBuildReq {
private String sql;
private String filterSql;
private String catalog;
private String db;