[Bug-12868][UI] Data target type is only HDFS (#12902)
Co-authored-by: Jay Chung <zhongjiajie955@gmail.com>
(cherry picked from commit 08052af7a1)
This commit is contained in:
parent
bc957153c6
commit
eb704f8185
|
|
@ -61,6 +61,10 @@ export function useTargetType(
|
||||||
case 'MYSQL':
|
case 'MYSQL':
|
||||||
if (srcQueryType === '1') {
|
if (srcQueryType === '1') {
|
||||||
return [
|
return [
|
||||||
|
{
|
||||||
|
label: 'HIVE',
|
||||||
|
value: 'HIVE'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'HDFS',
|
label: 'HDFS',
|
||||||
value: 'HDFS'
|
value: 'HDFS'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue