Data Science Wire

Airbyte Kotlin rewrite of connectors has terrible QA

Reddit r/dataengineering1w4 min read

Hey, My company happens to be using Airbyte OSS for data extraction and loading. Recently I have been testing the new versions of the connectors which have been completely re-written in Kotlin. I don't know how the QA process is handled by their team and contributors but the results are terrible. For example the Redshift destination connector now transforms the source's empty strings values as NULL values, and the Postgres source connector started to complain about missing cursor values when using Xmin for incremental loading, which doesn't require cursor to be set. Hopefully we'll try to move

Read the full story at Reddit r/dataengineering

More in Data Engineering