@@ -10,7 +10,6 @@ import redshift from '@/assets/datasource/icon_redshift.png'
1010import es from '@/assets/datasource/icon_es.png'
1111import kingbase from '@/assets/datasource/icon_kingbase.png'
1212import starrocks from '@/assets/datasource/icon_starrocks.png'
13- import sqlite_icon from '@/assets/datasource/icon_sqlite.png'
1413import hive_icon from '@/assets/datasource/icon_hive.png'
1514import { i18n } from '@/i18n'
1615
@@ -28,7 +27,6 @@ export const dsType = [
2827 { label : 'Elasticsearch' , value : 'es' } ,
2928 { label : 'Kingbase' , value : 'kingbase' } ,
3029 { label : 'StarRocks' , value : 'starrocks' } ,
31- { label : 'SQLite' , value : 'sqlite' } ,
3230 { label : 'Apache Hive' , value : 'hive' } ,
3331]
3432
@@ -45,7 +43,6 @@ export const dsTypeWithImg = [
4543 { name : 'Elasticsearch' , type : 'es' , img : es } ,
4644 { name : 'Kingbase' , type : 'kingbase' , img : kingbase } ,
4745 { name : 'StarRocks' , type : 'starrocks' , img : starrocks } ,
48- { name : 'SQLite' , type : 'sqlite' , img : sqlite_icon } ,
4946 { name : 'Apache Hive' , type : 'hive' , img : hive_icon } ,
5047]
5148
0 commit comments