Browse Source

fix missing 'KYUUBI' in droplist of datasource (#15140)

Co-authored-by: kai.he01 <kai.he01@idiaoyan.com>
Susur 1 year ago
parent
commit
65a7c7f26b

+ 5 - 0
dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datasource.ts

@@ -147,6 +147,11 @@ export function useDatasource(
       id: 24,
       code: 'SAGEMAKER',
       disabled: false
+    },
+    {
+      id: 25,
+      code: 'KYUUBI',
+      disabled: false
     }
   ]