From a49f467f5248128953ce8059f796ecb13b8ff165 Mon Sep 17 00:00:00 2001 From: Matteo Palarchio <20643714+matteogp@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:15:09 -0800 Subject: [PATCH] Various documentation corrections (#50854) --- docs/integrations/enterprise-connectors/source-oracle.md | 2 +- docs/integrations/sources/mssql.md | 2 +- docs/integrations/sources/postgres/postgres-troubleshooting.md | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/integrations/enterprise-connectors/source-oracle.md b/docs/integrations/enterprise-connectors/source-oracle.md index 4ef16be5008..b9cd0549a63 100644 --- a/docs/integrations/enterprise-connectors/source-oracle.md +++ b/docs/integrations/enterprise-connectors/source-oracle.md @@ -5,7 +5,7 @@ Airbyte Enterprise Connectors are a selection of premium connectors available ex ::: -Airbyte's incubating Oracle enterprise source connector offers the following features: +Airbyte's Oracle enterprise source connector offers the following features: - Incremental as well as Full Refresh [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes), providing diff --git a/docs/integrations/sources/mssql.md b/docs/integrations/sources/mssql.md index f64c8421373..15e13825662 100644 --- a/docs/integrations/sources/mssql.md +++ b/docs/integrations/sources/mssql.md @@ -35,7 +35,7 @@ for more details. #### Requirements 1. MSSQL Server `Azure SQL Database`, `Azure Synapse Analytics`, `Azure SQL Managed Instance`, - `SQL Server 2019`, `SQL Server 2017`, `SQL Server 2016`, `SQL Server 2014`, `SQL Server 2012`, + `SQL Server 2022`, `SQL Server 2019`, `SQL Server 2017`, `SQL Server 2016`, `SQL Server 2014`, `SQL Server 2012`, `PDW 2008R2 AU34`. 2. Create a dedicated read-only Airbyte user with access to all tables needed for replication 3. If you want to use CDC, please see [the relevant section below](mssql.md#change-data-capture-cdc) diff --git a/docs/integrations/sources/postgres/postgres-troubleshooting.md b/docs/integrations/sources/postgres/postgres-troubleshooting.md index fc7c7a6172b..a19696c5eb0 100644 --- a/docs/integrations/sources/postgres/postgres-troubleshooting.md +++ b/docs/integrations/sources/postgres/postgres-troubleshooting.md @@ -7,7 +7,6 @@ import TabItem from '@theme/TabItem'; ### General Limitations -- The Postgres source connector currently does not handle schemas larger than 4MB. - The Postgres source connector does not alter the schema present in your database. Depending on the destination connected to this source, however, the schema may be altered. See the destination's documentation for more details. - The following two schema evolution actions are currently supported: - Adding/removing tables without resetting the entire connection at the destination