一、源数据
1.1 Mysql 测试表结构
CREATE TABLE `test_int` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) DEFAULT NULL, `test1` double(255,0) DEFAULT NULL, `test2` int(255) DEFAULT NULL, `datatime` datetime DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP, `date` varchar(10) DEFAULT NULL, `time` time DEFAULT NULL, `month` varchar(7) DEFAULT NULL, `year` year(4) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8;
1.2 数据概览

二、Superset配置
2.1 superset 配置
2.1.1 不增加where条件语句

2.1.1 增加where条件语句
