This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 65a7c7f26b fix missing 'KYUUBI' in droplist of datasource (#15140)
65a7c7f26b is described below
commit 65a7c7f26ba69fe96bc70e6964e969b0bf3b78a6
Author: Susur <[email protected]>
AuthorDate: Wed Nov 8 18:10:32 2023 +0800
fix missing 'KYUUBI' in droplist of datasource (#15140)
Co-authored-by: kai.he01 <[email protected]>
---
.../src/views/projects/task/components/node/fields/use-datasource.ts | 5 +++++
1 file changed, 5 insertions(+)
diff --git
a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datasource.ts
b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datasource.ts
index d685b64de2..87dff0de58 100644
---
a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-datasource.ts
+++
b/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
}
]