Commit 9c88a50c by zhaochengxiang

模型自动建表增加Hive

parent 3601754d
...@@ -203,6 +203,8 @@ class ExportDDLModal extends React.Component { ...@@ -203,6 +203,8 @@ class ExportDDLModal extends React.Component {
dbType = 'PGTarget'; dbType = 'PGTarget';
} else if (selectDDLGeneratorName === 'MySQL') { } else if (selectDDLGeneratorName === 'MySQL') {
dbType = 'MysqlTarget'; dbType = 'MysqlTarget';
} else if (selectDDLGeneratorName === 'Hive') {
dbType = 'Apache Hive';
} }
this.setState({ confirmLoading: true }, () => { this.setState({ confirmLoading: true }, () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment