0

I have a few million edges in my graph that have a property called Occurrences - all of which have been entered as strings.

I would like to convert them to integers ('16' -> 16) using Python, if possible. Is there any direct way to do this that doesn't involve removing and replacing the edge?

David Makogon
  • 69,407
  • 21
  • 141
  • 189
enixon4
  • 51
  • 1
  • 7
  • What do you mean by "direct"? As far as I know changing a value requires replacing the item, regardless of what change you want to make. – Noah Stahl Sep 17 '20 at 19:59
  • That's what I suspected, but was hoping there would be a way to micro-edit. – enixon4 Sep 22 '20 at 16:48
  • Partial updates are apparently "coming soon", but no ETA: https://feedback.azure.com/forums/263030-azure-cosmos-db/suggestions/6693091-be-able-to-do-partial-updates-on-document – Noah Stahl Sep 22 '20 at 18:09

0 Answers0