-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Destination Postgres : Enable DAT and fix the data fetch. #12543
Conversation
Move JDBC abstract part for tests to the JdbcDestinationAcceptanceTest.java
/test connector=connectors/destination-redshift
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
/test connector=connectors/destination-postgres
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
* Enable DAT for Postgres and fix the data fetch. Move JDBC abstract part for tests to the JdbcDestinationAcceptanceTest.java * Remove unnecessary deserialization + add jsonb to json transformation. * Remove unnecessary deserialization from ssh
What
The Postgres destination fails the DAT tests. It means that we can't guarantee full data type compliance.
How
Enable DAT tests and fix all errors.
Recommended reading order
JdbcDestinationAcceptanceTest.java
PostgresDestinationAcceptanceTest.java