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

📚 update MSSQL docs to reflect that we support normalization (#13826)

This commit is contained in:
Edward Gao
2022-06-16 08:16:00 -07:00
committed by GitHub
parent 5d1b902f6d
commit 5f843415db

View File

@@ -11,12 +11,6 @@
## Output Schema
:::caution
Tables in MSSQL destinations will be prefixed by `_airbyte_raw` due to the fact that MSSQL does not currently support basic normalization. This prefix cannot be removed and this is normal behavior.
:::
Each stream will be output into its own table in SQL Server. Each table will contain 3 columns:
* `_airbyte_ab_id`: a uuid assigned by Airbyte to each event that is processed. The column type in SQL Server is `VARCHAR(64)`.