Search before asking
Motivation
I want use dolphinScheduler configuration markdown or string alert template, like is:
markdown
## ${alertSubject}
* project name: ${projectName}
* workflow name: ${workflowName}
* alert time: ${alertTime}
* alert status: ${alertStatus}
or
string
${alertSubject}, project name: ${projectName}, workflow name: ${workflowName}
But this feature was not found.
Design Detail
In the alert instance editor, if you select the any plugin (Need plugin support) and choose Markdown or String as the message type,If it is a string, it will be the same as before, if markdown need a larger text box will appear below. Use this box to enter your Markdown template. You can use JSON strings (System built-in: like ${alertSubject}, ${projectName}, ${alertTime} etc.) to dynamically replace values within the template.
like is:
Compatibility, Deprecation, and Migration Plan
This feature is fully backward-compatible and introduces Markdown, string template substitution. Data returned to any plugin will be automatically parsed for formatting.
Test Plan
Functional testing
Code of Conduct
Search before asking
Motivation
I want use dolphinScheduler configuration markdown or string alert template, like is:
or
But this feature was not found.
Design Detail
In the alert instance editor, if you select the any plugin (Need plugin support) and choose Markdown or String as the message type,If it is a string, it will be the same as before, if markdown need a larger text box will appear below. Use this box to enter your Markdown template. You can use JSON strings (System built-in: like ${alertSubject}, ${projectName}, ${alertTime} etc.) to dynamically replace values within the template.
like is:
Compatibility, Deprecation, and Migration Plan
This feature is fully backward-compatible and introduces Markdown, string template substitution. Data returned to any plugin will be automatically parsed for formatting.
Test Plan
Functional testing
Code of Conduct