From 5f843415dbd2daeb4eec2b66f89f83bc21f4483f Mon Sep 17 00:00:00 2001 From: Edward Gao Date: Thu, 16 Jun 2022 08:16:00 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20update=20MSSQL=20docs=20to=20ref?= =?UTF-8?q?lect=20that=20we=20support=20normalization=20(#13826)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/integrations/destinations/mssql.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/integrations/destinations/mssql.md b/docs/integrations/destinations/mssql.md index 6878c23585e..a855693f3f7 100644 --- a/docs/integrations/destinations/mssql.md +++ b/docs/integrations/destinations/mssql.md @@ -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)`.