Browse Source

[Bug-12868][UI] Data target type is only HDFS (#12902)

Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
3.2.0-release
Sakura-2019 2 years ago committed by GitHub
parent
commit
08052af7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts

4
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts

@ -61,6 +61,10 @@ export function useTargetType(
case 'MYSQL':
if (srcQueryType === '1') {
return [
{
label: 'HIVE',
value: 'HIVE'
},
{
label: 'HDFS',
value: 'HDFS'

Loading…
Cancel
Save