Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Oracle support to blob -> string #2830

Merged

Conversation

marcosmarxm
Copy link
Member

@marcosmarxm marcosmarxm commented Apr 9, 2021

What

Support Oracle BLOB (binary large object) type.

database type airbyte type
blob string

Similar to Binary in Mysql.
https://docs.airbyte.io/integrations/sources/mysql

Resolves #2823

How

Add BLOB mapping in JdbcUtils.
Also I created a OracleSourceTest again to test this type of data.

Pre-merge Checklist

  • Run integration tests
  • Publish Docker images

Recommended reading order

  1. JdbcUtils.java
  2. OracleSourceTest.java

@cgardens cgardens merged commit 5e3ba1d into airbytehq:master Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Oracle Source support Blob type
3 participants