Skip to content

Commit

Permalink
Various documentation corrections (#50854)
Browse files Browse the repository at this point in the history
  • Loading branch information
matteogp authored Jan 3, 2025
1 parent 022b316 commit a49f467
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/enterprise-connectors/source-oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/mssql.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a49f467

Please sign in to comment.