Aaron ("AJ") Steers
Aaron ("AJ") Steers
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/
We've received this a few times now - when PyAirbyte cannot determine a type with confidence, it prints a warning message but users often are led to believe this is...
This is an experiment. Pyright (at least on paper) is faster, more robust, more customizable, and more actively contributed to.
Relative to other cache types, Snowflake is pretty slow right now. It appears the main issue is that there are lots of calls which have a round-trip time of .8s-1.5s....
We have logged this issue to add support for data from multiple sources to be saved within the same cache. Our implementation _might_ already support this, since our internal caches...
We currently support SQL caches in PyAirbyte, but we don't actually support any Python destinations. A new feature add support for installing Python-based destination connectors, and sending data to them...
Currently, the threshold for supporting a destination as "readable" is a very high bar. It requires that the destination is fully writeable as a cache, and also that we have...
A few users have requested Redshift as a cache backend and/or as a readable destination option. I'm logging this issue for tracking purposes, and adding the labels `accepting pull requests`...