PyAirbyte
PyAirbyte copied to clipboard
Consider migrating from `ULID` to `UUID v7`
- 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/