- Is this your first time deploying Airbyte?: Yes
- OS Version / Instance: Window
- Memory / Disk:
- Deployment: Docker
- Airbyte Version: 0.35.65-alpha
- Source name/version: MSSQL (2019)
- Destination name/version: MySQL (8.0.28)
- Step: The issue is happening during sync
- Description:
I successfully add one source (MSSQL) and one destination (MySQL) but I’m facing a problem: Normalized tabular data failed.
logs:
logs-28.txt (27.2 KB)
However, when I select “Raw data (JSON)” it’s working properly but it’s not the way I want my data to be in the destination database. I don’t want a column “_airbyte_data” with all my data but a column “id”, a column “date”, etc …
logs:
logs-30.txt (17.9 KB)
What am I missing ?
Thank you for your answer.