Pip package no longer exposes `redisgraph-bulk-loader`
szarnyasg opened this issue · 4 comments
The latest package installed from pip no longer exposes redisgraph-bulk-loader, instead, it has redisgraph-bulk-insert and redisgraph-bulk-update:
root@1bb2cd4ab07a:/# pip install redisgraph-bulk-loader
...
root@1bb2cd4ab07a:/# redisgraph-bulk-<TAB>
redisgraph-bulk-insert redisgraph-bulk-update @szarnyasg You are correct, in the latest version we switched build environments and inadvertently renamed redisgraph-bulk-loader to redisgraph-bulk-insert.
This is an unintended breaking change, but at the same time I feel that the new name is more appropriate, so I am unsure whether it should be reverted. What do you think?
@jeffreylovitz I'm fine with the change. My only recommendation then would be to reflect this change in the README of this repository.
I agree; I will update the documentation and the release notes to reflect this.
All the relevant documentation has been updated to reflect the new entrypoint, so I am closing this issue.
Thanks for the report, @szarnyasg!