What is the ETA for sql server deletes/soft delete...
# announcements
g
What is the ETA for sql server deletes/soft deletes/log based replication?
1
c
We're on hold in production deployment until we can get this part implemented. Thx
j
@charles what’s the current estimate?
c
We are working on this this month. Our goal is to have a deliverable by then, but we are still planning out how we are going to do it, so i don't have anything more firm than that..
It's one of our top 2 highest priority core features, so we're going to keep hammering on it until we get it done.
c
Thanks for the update! Looking forward to this feature. We have some pipelines in production. This would give us the ability to add 6 additional sources into production and migrate fully from Qlik Replicate.
🎉 1
Checking back in on this. Any update on Log based replication for SQL Server?
c
I know it's on the roadmap. @s may be able to give more details on ETA.
s
ETA is sometime in july!
feel free to follow this issue https://github.com/airbytehq/airbyte/issues/2848 for updates — I’ll update this thread as well once it’s launched
a
Hi @s. Does this issue cover CDC based replication from SQL Server or does it use the transaction log? If it’s CDC will it also cover DDL changes as well as DML?
s
@George Claireaux (Airbyte) can you speak to this part?
g
Hey @Andy Townsend, we are using SQL Server's CDC implementation, however we're only covering DML, for now. When we introduce handling schema evolution (I'm not sure on timelines for that @s?) it would make sense imo to implement DDL where possible in CDC implementations.
In terms of timeline for DML SQL Server CDC, it should be available within the next week or two 👍
🤞 1
a
Thanks guys.
g
update: SQL Server CDC is now live on MSSQL source connector version 0.3.3 (see docs for setup instructions)
👍 1
c
completely missed this in the announcements. Thanks!!