-
Notifications
You must be signed in to change notification settings - Fork 437
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
Does NOT work with Neo4J Community Edition #839
Comments
@sp-yang can you provide more details on what's not working? I'm don't think we use any EE only features right now. Most of the work is done in the python code anyhow. |
@jexp For example, in backend/src/graphDB_dataAccess.py, the function check_account_access() uses command " |
I have the same error message with the current version. When I revert to a working tree that has the previous version, no errors. |
I agree this would be nice to have! I suspect maybe it's somehow inferring that the user doesn't have edit permissions in the community edition, because the roles show as null, but in reality, per this documentation, "In Neo4j Community Edition there are no roles, but all users have implied administrator privileges." |
Good point. This is a recent addition that we can fix. |
The workaround is just return true when Exception occured.
|
are you using the CE version deployed locally? |
The current up-to-date version of graph builder does not work with Neo4J Community Edition, e.g. some commands are not supported by Neo4j community edition. Please adapt it to neo4j community editon as much as you can. Thanks!
The text was updated successfully, but these errors were encountered: