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?

Hello @bryce.c.decora :slight_smile:

Can we see the query?

Regards,
Cobra