You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 or have submitted a pull request, please leave a comment.
Is your feature request related to a problem? Please describe.
When opting to pass skipSnapshot=True with %reset via either the line argument or UI options, certain versions of Neptune Analytics will return a validation error noting that snapshot creation is unsupported:
Describe the solution you'd like
If the above error is returned, we should first attempt to create a snapshot on the user's behalf, using the CreateGraphSnapshot API. Afterwards, the graph reset call should be re-submitted with the skipSnapshot argument omitted.
Additional context
Add any other context or screenshots about the feature request here. Describe any alternatives you've considered.