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

Issue with Data Type Mismatch for [source-snowflake] to [destination-postgres] connection #52101

Open
1 task
Subhash-123 opened this issue Jan 23, 2025 · 0 comments

Comments

@Subhash-123
Copy link

Connector Name

source-snowflake

Connector Version

0.3.4

What step the error happened?

Other

Relevant information

I recently set up a connection from Snowflake (using airbyte/source-snowflake-0.3.4) to Postgres (using airbyte/destination-postgres-2.4.0) and ran a sync. However, I've encountered an issue where the data types in the destination table columns do not match the data types in the source.
I've attached screenshots and the sync log for your reference. Could you please assist us in resolving this issue?

Relevant log output

Actual datatype in source snowflake and datatype in destination are given below.
Tags Array -> Tags Varchar
Metadata Object -> Metadata Varchar
profile Variant -> Profile Varchar
I believe these values should be jsonb in postgres

Contribute

  • Yes, I want to contribute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants