-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update stream_viewer to support new Neptune streams features #233
Comments
The 1.1.1.0 Neptune release further adds adds an indicator when an operation is the last one for each transaction. Now would be a good time to work on these updates. These features are version specific so we will need a strategy for determining which ones are available on the Neptune instance that a notebook is talking to. |
The commits made so far address the |
* Initial work to add the commit timestamp to the stream viewer * Add UTC human readable timestamp * Put the human readable date in parens #233 * Initial support for isLastOp in stream viewer #233 * Center the operation column text #233 * Improve hover help text #233 * Update changelog - still need to add PR info later. #233 * Add link to pR in the changelog Co-authored-by: Michael Chin <[email protected]>
The 1.1.0.0 release of Amazon Neptune adds a
iteratorType=LATEST
parameter to the stream to find the most recent transaction and operation on the stream. The%stream_viewer
magic should be updated to utilize this. Further, there is now a timestamp available in the stream for each transaction. That information should be added to the stream viewer widget.The text was updated successfully, but these errors were encountered: