Skip to content

Commit

Permalink
📝 Add server version requirement for mysql normalization (#4856)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliren authored Jul 20, 2021
1 parent c2ab746 commit 8121171
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/understanding-airbyte/basic-normalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ Airbyte places the json blob version of your data in a table called `_airbyte_ra
## Destinations that Support Basic Normalization

* [BigQuery](../integrations/destinations/bigquery.md)
* [MySQL](../integrations/destinations/mysql.md) (MySQL 8.0 only)
* [MySQL](../integrations/destinations/mysql.md)
* The server must support the `WITH` keyword.
* Require MySQL >= 8.0, or MariaDB >= 10.2.1.
* [Postgres](../integrations/destinations/postgres.md)
* [Snowflake](../integrations/destinations/snowflake.md)
* [Redshift](../integrations/destinations/redshift.md)
Expand Down

0 comments on commit 8121171

Please sign in to comment.