[improvement][semantic] refactor zipper source type (#518)

Co-authored-by: jipengli <jipengli@tencent.com>
This commit is contained in:
jipeli
2023-12-15 21:47:35 +08:00
committed by GitHub
parent ef8caea9d2
commit c86cd9f901
45 changed files with 368 additions and 805 deletions

View File

@@ -324,6 +324,7 @@ CREATE TABLE `s2_model` (
`drill_down_dimensions` varchar(500) DEFAULT NULL,
`database_id` INT NOT NULL ,
`model_detail` text NOT NULL ,
`source_type` varchar(128) DEFAULT NULL ,
`depends` varchar(500) DEFAULT NULL ,
`filter_sql` varchar(1000) DEFAULT NULL ,
PRIMARY KEY (`id`)