PyAirbyte icon indicating copy to clipboard operation
PyAirbyte copied to clipboard

Consider migrating from `ULID` to `UUID v7`

Open aaronsteers opened this issue 1 year ago • 0 comments

More on this topic:

  • https://buildkite.com/blog/goodbye-integers-hello-uuids
  • https://datatracker.ietf.org/doc/html/draft-peabody-dispatch-new-uuid-format#name-uuid-version-7
  • https://darkghosthunter.medium.com/laravel-you-can-now-use-uuid-and-ulid-4ce9d3792fcb

A Python implementation exists here:

  • https://pypi.org/project/uuid7/

aaronsteers avatar May 07 '24 05:05 aaronsteers