(improvement)(semantic) Add is_tag label to the dimension and Specify entity alias on datasource primary-key (#411)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-11-21 11:44:27 +08:00
committed by GitHub
parent 6d9a8095eb
commit 91718592d4
19 changed files with 73 additions and 1486 deletions

View File

@@ -241,6 +241,7 @@ CREATE TABLE IF NOT EXISTS `s2_dimension` (
`alias` varchar(500) DEFAULT NULL,
`default_values` varchar(500) DEFAULT NULL,
`dim_value_maps` varchar(500) DEFAULT NULL,
`is_tag` INT DEFAULT NULL,
PRIMARY KEY (`id`)
);
COMMENT ON TABLE s2_dimension IS 'dimension information table';