We don't have access to our Teradata PROD and we develop scripts and test in SIT, UAT. When promoted to PROD, occasionally the following errors occur:
Invalid Date/Timestamp
Numeric overflow occurred
Untranslatable character
....
Why doesn't Teradata show the exact column name on which the error occurred?
We need to go through the script where around 20 columns are being casted from varchar to date/timestamp and around 10 columns are prone to Numeric overflow occurred. We need to individually go through each column expecting this might be the culprit one. Will be more relieved when the error does show up the column name.
I am sure that as it was not implemented till now, assume that this should have been more complex due to run time errors. However, the ET_, UV_ error tablenames does capture some of these errors, I guess (may be not all).
Can you please explain when it was possible on ET_, UV_ tables, why can't be it implemented for a normal SQL query to show on which column the error occurred?