feat(pipeline): add language support to built-in pipeline templates and update related components (#26124)
This commit is contained in:
parent
24b4289d6c
commit
d9e45a1abe
5 changed files with 19 additions and 9 deletions
|
|
@ -17,6 +17,7 @@ export enum DatasourceType {
|
|||
|
||||
export type PipelineTemplateListParams = {
|
||||
type: 'built-in' | 'customized'
|
||||
language?: string
|
||||
}
|
||||
|
||||
export type PipelineTemplate = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue