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
I have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt-redshift functionality, rather than a Big Idea better suited to a discussion
Describe the feature
Several issues already exist that even today, transactions are not working in dbt-redshift as they should
Similar to dbt-labs/dbt-core#9980 but only for dbt-redshift. Less future looking, but rather backward looking. How can we get back to a previous state?
I want to add that is this a problem with redshift_connector AND the redshift version? Some people say it started in 1.5+. But once the bug was reported others have said if they downgraded from 1.5+ to 1.4 and 1.4 the error persists.
Is this your first time submitting a feature request?
Describe the feature
Several issues already exist that even today, transactions are not working in dbt-redshift as they should
Similar to dbt-labs/dbt-core#9980 but only for dbt-redshift. Less future looking, but rather backward looking. How can we get back to a previous state?
questions
.execute()
calls aws/amazon-redshift-python-driver#162 solve our problems, or is there more to do?autocommit
parameter introduced in Restore transaction semantics used by dbt-redshift prior to 1.5 #475 affect transaction behavior?redshift_connector
's.commit()
method to users in jinja land instaed?Transaction-related open issues
Describe alternatives you've considered
No response
Who will this benefit?
No response
Are you interested in contributing this feature?
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: