trying to sync data from MSSQL (CDC) to S3. When I set the sync to be a full sync, it works fine, but as soon as I put it to incremental, it fails with the following message: 2022-10-12 09:53:41 - Additional Failure Information: tech.allegro.schema.json2avro.converter.AvroConversionException: Failed to convert JSON to Avro: Could not evaluate union, field Location is expected to be one of these: NULL, DOUBLE. If this is a complex type, check if offending field (path: Location) adheres to schema: 9.447
It fails on a number of tables, all with the same type of data (double) that looks numeric.
Updating Airbyte and moving to the Databricks destination connector fixed the issue - I am now able to sync the large tables reliably to our data lake Thanks!