Throw exception for incompatible kwargs for Neo4j
jtpdowns opened this issue · 1 comments
jtpdowns commented
The Neo4jExecutor accepts a graph
keyword and also db_bolt_uri
and password
, but it handles the two cases separately. Passing in a graph
will cause the constructor to ignore the db_bolt_uri
and password
at present, so it should throw an exception if all three are provided.
j6k4m8 commented
Fixed now!