1
0
mirror of synced 2025-12-25 02:09:19 -05:00

feat: Enable CDC checkpointing on Postgres (#24373)

* Fix the error reading offset file meanwhile Debezium is writing.
Enable CDC checkpointing to Postgres.
Minor change in the variable name to fit the type.

* Add final statement on exception ;)

* Add comments to CDC Checkpoint tests.
Clean a bit.

* Bump connector versioning

* Add log message

* Fix changelog

* auto-bump connector version

* Manually generate definitions

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
This commit is contained in:
Sergio Ropero
2023-03-27 14:00:49 +02:00
committed by GitHub
parent 5053b278f5
commit 80da900d70
19 changed files with 214 additions and 209 deletions

View File

@@ -16,6 +16,6 @@ ENV APPLICATION source-mysql
COPY --from=build /airbyte /airbyte
LABEL io.airbyte.version=2.0.9
LABEL io.airbyte.version=2.0.10
LABEL io.airbyte.name=airbyte/source-mysql