Hey we are migrating from Debezium to Airbyte our pipeline SQL Server CDC to Google Pub/Sub.
We have 2 Main problem
1)if we configure Incremental Change with no history the pipeline put all history in the Pub/Sub
2) The produced JSON event show only the current state of the changed column and not the old state as in Debezium
Is this the expected behavior?