diff --git a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts index 5949def7ba..74530678d3 100644 --- a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-sqoop-target-type.ts +++ b/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'