AWS Neptune Notebook Querying

0

We are not able to query the Neptune DB using AWS Sagemaker Notebook Please find the attached image for the error details

Enter image description here

preguntada hace un año325 visualizaciones
1 Respuesta
0

This appears to be related to a recent issue raised on the graph-notebook GitHub repo: https://github.com/aws/graph-notebook/issues/428

Reverting the itables python library to a version earlier than 1.4.3 fixes this issue. To do this, run the following in a new cell in a notebook: !pip install --upgrade itables==1.4.2

profile pictureAWS
respondido hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas