Hi experts,
We are getting the following error in one of our transformations that contains the line "ALTER TABLE <TABLE_NAME> DROP COLUMN <COLUMN_NAME>":
Execution error: ROLLBACK: Cannot drop a table column when a node is down
Does anyone knows what is the root cause of this problem and how to solve it?
Thank you