-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: [bulk insert v2]In the "list import job" interface, the dbName parameter is not taking effect. Regardless of the different values set, the results returned are the same #31273
Comments
/assign @bigsheeper |
dbName is only utilized for RBAC purposes, and will be fixed by PR #31298 |
/assign @zhuwenxing |
@bigsheeper create 2 tasks in db1 when listing import jobs, no matter which dbName is, the result always is 4
|
@bigsheeper any updates? |
Currently, the dbName parameter for import is not supported. It's not an urgent issue, and we can add support for it later. |
issue: #31273 pr: #37012 --------- Signed-off-by: bigsheeper <[email protected]>
issue: #31273 --------- Signed-off-by: bigsheeper <[email protected]>
/assign @zhuwenxing |
Is there an existing issue for this?
Environment
Current Behavior
when payload is {}, {"dbName": "bd1"}, {"dbName": "db2"} or {"dbName": "default"}, all results are same
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: