Skip to content

Commit

Permalink
optimization dolphin push info
Browse files Browse the repository at this point in the history
  • Loading branch information
MactavishCui committed Dec 22, 2024
1 parent 58bf7f1 commit fe89852
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,9 @@ export const SqlTask = memo((props: FlinkSqlProps & any) => {
setPushDolphinState((prevState) => ({ ...prevState, loading: true }));
await handleOption(
API_CONSTANTS.SCHEDULER_CREATE_OR_UPDATE_TASK_DEFINITION,
`推送任务[${currentState.name}]至 DolphinScheduler`,
l('datastudio.header.pushdolphin.title', '', {
name: currentState?.name ?? ''
}),
value
);
await handlePushDolphinCancel();
Expand Down

0 comments on commit fe89852

Please sign in to comment.