Skip to content

Commit 2f13f75

Browse files
committed
enhance: restful support import jobs (milvus-io#30343)
issue: milvus-io#28521 milvus-io#29732 include 1. list collection's import jobs 2. create a new import job 3. get the progress of an import job fix: 1. mix the order of dbName & collectionName milvus-io#29728 2. trace log keep the same as v1 3. support traceID --------- Signed-off-by: PowderLi <min.li@zilliz.com>
1 parent f656d9e commit 2f13f75

File tree

5 files changed

+461
-229
lines changed

5 files changed

+461
-229
lines changed

internal/distributed/proxy/httpserver/constant.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const (
1212
RoleCategory = "/roles/"
1313
IndexCategory = "/indexes/"
1414
AliasCategory = "/aliases/"
15-
JobCategory = "/jobs/"
15+
ImportJobCategory = "/jobs/import/"
1616

1717
ListAction = "list"
1818
HasAction = "has"

0 commit comments

Comments
 (0)