-
Notifications
You must be signed in to change notification settings - Fork 716
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
awswrangler supports a variety of database engines - MySQL, Postgres, and MS SQL - but does not yet have support for Oracle. When building a data lake in an Enterprise, it is often the case that data needs to be extracted from Oracle databases and warehouses. In some cases, data may need to be written back to a table in an Oracle database as well.
Describe the solution you'd like
Add support for Oracle databases with functionality similar to the other supported database engines: connect
, read_sql_table
, read_sql_query
, and to_sql
P.S. Don't attach files. Please, prefer add code snippets directly in the message body.