-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 Redshift fails after upgrade #12843
Comments
@m-ronchi any updates on the issue? |
we are keeping redshift at 0.3.29. it may be that the error is caused on custom views that we have created on some of the the problem is that the conversion is forced on every table in the DB whose name matches your pattern, including unrelated ones. |
@m-ronchi could you to provide the example (name) of effected table(s), please? |
you can see them in the logs attached. e.g. logs-6008.txt is from a google ads sync, but it fails on a facebook marketing table (and it attempts to convert all other tables in the database) you should either:
|
@m-ronchi the issue was automatically closed after PR had been merged. Please, verify if the fix the work for you, and re-open if it isn't. Much appreciated. Thanks. |
Environment
Current Behavior
I upgraded airbyte from 0.35 to 0.38, which also upgraded connectors. Redshift destination went from 0.3.23 to 0.3.32 (I also manually tried 0.3.33 but the problem persisted)
I found out that now redshift destination forces all
_airbyte_raw_*
tables to use theSUPER
type instead ofVARCHAR
, but that causes the destination to fail on close with the exceptions below.I also noticed that the relevant PRs say that is an option, but I can't find anything to disable it and return to the old behaviour.
Expected Behavior
syncs to Redshift still work after upgrade
Logs
If applicable, please upload the logs from the failing operation.
For sync jobs, you can download the full logs from the UI by going to the sync attempt page and
clicking the download logs button at the top right of the logs display window.
LOG
logs-6007.txt
logs-6008.txt
Steps to Reproduce
The text was updated successfully, but these errors were encountered: