Skip to content

Commit

Permalink
📚 update MSSQL docs to reflect that we support normalization (#13826)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgao authored Jun 16, 2022
1 parent 5d1b902 commit 5f84341
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/integrations/destinations/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`.
Expand Down

0 comments on commit 5f84341

Please sign in to comment.