Error with materialize=true
and threads
in Redshift: psycopg2.errors.InFailedSqlTransaction
#74
Unanswered
amankushwaha25
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@alex-mirkin @erezsh @vmatt |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Redshift. When the
materialise =True
andthreads
are set; I am getting an error:psycopg2.errors.InFailedSqlTransaction
The exact command is below:
data-diff "database1" "table1" "database2" "table2" --no-tracking -k id -c columnName --stats --json -j 8 --materialize-to-table differenctOutputTable
Beta Was this translation helpful? Give feedback.
All reactions