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
ipdb> '/'.join([p.key for (_, p) in path])
'root/values/140781658096795648'
ipdb> updated_fields.doc.get_by_path([p for (_, p) in path])
<builtins.ValueOrContainer_Container object at 0x12b1d6d30>
ipdb> updated_fields.doc.get_by_str_path('/'.join([p.key for (_, p) in path]))
ipdb> updated_fields.doc.get_by_str_path('root/values/140781658096795648')
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: