Aaron ("AJ") Steers
Aaron ("AJ") Steers
Discovered during: - #245
Related to issues discovered during work on these PRs: - #251 - #246 We currently fall back to string type as a failsafe whenever we get a type we can't...
Resolves: #244 Fixes a condition where loads will fail if schema is defined as being _either_ "string" _or_ "object". In these cases, we will begin to fail over to "object"...
We should stay on top of how many users are leveraging Airflow as a runtime for PyAirbyte so that we can make intelligent decisions around support and prioritization for those...
This has frequently been a cause of confusion for users. When PyAirbyte is syncing after the first sync, the fact that it is using incremental logic is not obvious in...
## Symptom trying to fix? When reflecting a SQL table, failures will raise if using the (very new!) `VECTOR` data type. ## What did you expect to see? I think...
This would allow the data classification to be added by the tap developer or the tap user, which in turn would pass downstream to the mapper and also the target,...
This feature would enable users to specify a standard rule for fields that are of a specific classification level. For instance, the user could add a rule to hash, nullify,...
As discussed in: - #1084
As an alternative or complement to: - #1127 This would provide a default experience for SQL target developers which would handle merge upsert behavior in one or both of the...