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
Also add notes that discuss common pitfalls people run into migrating from Gremlin Console queries to Python:
Remembering to use a terminal step like iterate,next & toList
Discovering the reserved words that need a suffix added such as "as_"
Ensuring global replacements of keywords like range are avoided (I believe the clients have already had this addressed)
The fact that Python dicts cannot have immutable keys so a group() step that generates, say, as map as the key will fail unless special action is taken.
Taking not that certain things like per query timeout need the app to build its own Request object.
Need to add coverage of submitting both text and ByteCode queries from the Python GLV client.
The text was updated successfully, but these errors were encountered: