cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Python neo4j Driver update 1.7 to 4.x

I was operating with Python 3.5 and the following:

neo4j==1.7.4
neobolt==1.7.13
neotime==1.7.4

I switched to neo4j driver 4.2 and noticed some breaking changes that I can't find documentation on. Previously running...

driver.session.run(query)

... would return a lot of information including _id, _labels, _propertied, id, _abc_cache.... However, now with the new driver running the same query the only thing I get per row is the node attributes in a dictionary. How can I get the other data with my session.run(query) command?

1 REPLY 1

Hello @bryce.c.decora

Can we see the query?

Regards,
Cobra