Michael Chin
Michael Chin
Issue #, if available: #368 Description of changes: - Fixed `UnboundLocalError` failure occurring when `%db_reset` is unable to retrieve database status within the allotted time limit - Added new `--max-status-retries`...
**Describe the bug** When running the `%db_reset` command on a compatible Neptune database, and a response from the status API is unable to be retrieved within the allotted time limit,...
Issue #, if available: #306, #324 Description of changes: - Added new "username" and "password" fields to the Gremlin section of `%%graph_notebook_config` to support custom authentication through Gremlin Server. -...
**Community Note** * Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request. * If you are interested in working on this...
**Is your feature request related to a problem? Please describe.** When `%%opencypher` retrieves a result set containing only relationships, the IN/OUT vertices for these relationships are always rendered as blank...
Issue #, if available: N/A Description of changes: - Fixed the formatting of several `%%oc`/`%%gremlin`/`%%sparql` `--help` entries for arguments accepting a pre-defined list of valid inputs. By submitting this pull...
**Community Note** * Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request. * If you are interested in working on this...
Issue #, if available: N/A Description of changes: - Support passing all [GraphSON](https://github.com/apache/tinkerpop/blob/fd040c94a66516e473811fe29eaeaf4081cf104c/docs/src/reference/gremlin-applications.asciidoc#graphson) and [GraphBinary](https://github.com/apache/tinkerpop/blob/fd040c94a66516e473811fe29eaeaf4081cf104c/docs/src/reference/gremlin-applications.asciidoc#graphbinary) TinkerPop serialization formats in the `message_serializer` field of `%%graph_notebook_config`. - Enforce `connection_protocol` -> `http` for...
The Neptune DB version [EOL schedule](https://docs.aws.amazon.com/neptune/latest/userguide/engine-releases.html#eol-planning) notes that v1.1.0.0 and v1.1.1.0 will be deprecated on 2024-10-31. Creating this issue as a reminder to modify remove the status request from Bolt...
Issue #, if available: #665, #667 Description of changes: - Added new `%list_import_tasks` line magic for Neptune Analytics. This magic calls the [ListImportTasks](https://docs.aws.amazon.com/neptune-analytics/latest/apiref/API_ListImportTasks.html) API. By submitting this pull request, I...