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

This commit is contained in:
beat4ocean
2025-03-05 16:30:05 +08:00
parent 61685d31f3
commit 0e6050e8ce
7 changed files with 32 additions and 11 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;