cur = conn.cursor()
cur.execute("MATCH (n:b) RETURN n Limit 10")
Traceback (most recent call last):
File "", line 1, in
psycopg2.ProgrammingError: graph_path is NULL
HINT: Use SET graph_path
cur.execute("SET graph_path=batch")
Traceback (most recent call last):
File "", line 1, in
psycopg2.InternalError: current transaction is aborted, commands ignored until end of transaction block
Hi to set this in the python code to access agensgraph db
Hi to set this in the python code to access agensgraph db
Appreciate your help