[Bug]: list_import_jobs
can't list non default database jobs when pass collection_name
parameter.
#2503
Labels
kind/bug
Something isn't working
Is there an existing issue for this?
Describe the bug
I have prepared data in minio remote path, and use
bulk_import
to load data, I uselist_import_jobs
method to get current jobs, it works well when I don't pass parametercollection_name
, however, when I setcollection_name
, it can't return correct result.Expected Behavior
When I use
list_import_jobs
withcollection_name
it should return result correctly.Steps/Code To Reproduce behavior
And this is output
You could see that the non default collection job query result is missing when I pass
collection_name
.The
bulk_import
is modified to suppportdb_name
parameter as PR #2446 does.Environment details
insdie docker-compose.yaml
Anything else?
No response
The text was updated successfully, but these errors were encountered: