Skip to content

Commit

Permalink
correct some docs mysql oracle (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Apr 9, 2021
1 parent 2d0abb8 commit db119d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/integrations/sources/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MySQL data types are mapped to the following data types when synchronizing data:
| `datetime` | string | |
| `enum` | string | |
| `numeric` | string | includes integer, etc |
| `string` | string | includes integer, etc |
| `string` | string | |

If you do not see a type in this list, assume that it is coerced into a string. We are happy to take feedback on preferred mappings.

Expand Down
2 changes: 1 addition & 1 deletion docs/integrations/sources/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ take feedback on preferred mappings.

#### 1. Make sure your database is accessible from the machine running Airbyte

This is dependent on your networking setup. The easiest way to verify if Airbyte is able to connect to your Postgres instance is via the check connection tool in the UI.
This is dependent on your networking setup. The easiest way to verify if Airbyte is able to connect to your Oracle instance is via the check connection tool in the UI.

#### 2. Create a dedicated read-only user with access to the relevant tables \(Recommended but optional\)

Expand Down

0 comments on commit db119d0

Please sign in to comment.