Merge branch 'feat_parserExport' into 'dev'
modify parser export See merge request dt-insight-front/infrastructure/dt-sql-parser!6
This commit is contained in:
commit
f7290dd7f0
@ -2,3 +2,9 @@ export * from './generic';
|
|||||||
export * from './plsql';
|
export * from './plsql';
|
||||||
export * from './hive';
|
export * from './hive';
|
||||||
export * from './flinksql';
|
export * from './flinksql';
|
||||||
|
export * from './spark';
|
||||||
|
export { default as GenericSQL } from './generic';
|
||||||
|
export { default as PLSQL } from './plsql';
|
||||||
|
export { default as HiveSQL } from './hive';
|
||||||
|
export { default as FlinkSQL } from './flinksql';
|
||||||
|
export { default as SparkSQL } from './spark';
|
||||||
|
Loading…
Reference in New Issue
Block a user