Python Create UUID from random string of words
Wed 08 February 2023
Context: I'm loading data from one database (A) to another database (Weaviate). Weaviate only supports UUID, however database A is using strings as the primary identifier for some tables.
Problem: In order to not duplicate data I need to ensure that the string identifier gets converted to an UUID in …
Continue reading »