This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new bf66c67f9 [INLONG-6926][Dashboard] Add Key-Value format for InlongStream (#6926) (#6936) bf66c67f9 is described below commit bf66c67f94bb6b3892e024ee85e98122bc996b49 Author: kinfuy <37766068+kin...@users.noreply.github.com> AuthorDate: Wed Dec 21 15:26:37 2022 +0800 [INLONG-6926][Dashboard] Add Key-Value format for InlongStream (#6926) (#6936) --- inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts index 83562675c..843c15b9a 100644 --- a/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts +++ b/inlong-dashboard/src/metas/streams/common/StreamDefaultInfo.ts @@ -105,6 +105,10 @@ export class StreamDefaultInfo implements DataWithBackend, RenderRow, RenderList label: 'CSV', value: 'CSV', }, + { + label: 'KV', + value: 'KV', + }, ], }), rules: [{ required: true }],