You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.51973
Client Operating System
Ubuntu 22.04
Python version
Python 3.10.12
Problem description
I wanted to submit this bug as soon as I isolated it to this package - I'll need to loop back with a full isolation.
Currently I know that dbt-redshift==1.5.2 cannot connect to Redshift using 2.0.912. It results in a OSError('Int or String expected')). The error is emitted by this line. Downgrading to 2.0.911 fixes the error.
I will return to this to further isolate the behavior and produce a minimal reproducible example once I triage impacts.
Expected behaviour:
Actual behaviour:
Error message/stack trace:
Any other details that can be helpful:
Python Driver trace logs
Reproduction code
The text was updated successfully, but these errors were encountered:
Hi @austinweisgrau, thanks for reaching out. this is a known issue and is being tracked in dbt-labs/dbt-redshift#518. Until this issue is resolved, the dbt team's recommendation is downgrading to redshift-connector==2.0.911, as you've mentioned above.
Driver version
2.0.912
Redshift version
PostgreSQL 8.0.2 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.4.2 20041017 (Red Hat 3.4.2-6.fc3), Redshift 1.0.51973
Client Operating System
Ubuntu 22.04
Python version
Python 3.10.12
Problem description
I wanted to submit this bug as soon as I isolated it to this package - I'll need to loop back with a full isolation.
Currently I know that dbt-redshift==1.5.2 cannot connect to Redshift using 2.0.912. It results in a
OSError('Int or String expected'))
. The error is emitted by this line. Downgrading to 2.0.911 fixes the error.I will return to this to further isolate the behavior and produce a minimal reproducible example once I triage impacts.
Python Driver trace logs
Reproduction code
The text was updated successfully, but these errors were encountered: