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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user