Skip to content

Commit

Permalink
enhance: restful support import jobs (milvus-io#30343)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
PowderLi committed Mar 8, 2024
1 parent f656d9e commit 2f13f75
Show file tree
Hide file tree
Showing 5 changed files with 461 additions and 229 deletions.
2 changes: 1 addition & 1 deletion internal/distributed/proxy/httpserver/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const (
RoleCategory = "/roles/"
IndexCategory = "/indexes/"
AliasCategory = "/aliases/"
JobCategory = "/jobs/"
ImportJobCategory = "/jobs/import/"

ListAction = "list"
HasAction = "has"
Expand Down
Loading

0 comments on commit 2f13f75

Please sign in to comment.