Hello!
I’ve recently written an article about tests of Airbyte’s column selection feature (introduced in 0.50.0 version) and it got published on my company’s blog.
My tests included 2 things:
- How Airbyte’s column selection feature behaves when we use it on a CDC-enabled source? Does such scenario generate duplicates?
- Does Airbyte still runs
select * from table
on the source database (which was suggested in their article about the release)?
If you’re curious about the results, I highly recommend reading whole article here.
Best Regards,
Kuba