Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
We have a Full load + Store changes task which loads data from Oracle to ADLS(parquet snappy format). But it is failing for one table during Full load with the error:
Hello @vinayak_m ,
Various reasons may lead the same error for example an invalid DATE value etc. Let's try to troubleshoot the issue by:
1- Set Logging component TARGET_LOAD to Verbose
2- Reduce the maximum file size (just for troubleshooting purpose, the CSV file is easy to read, If you know the 'problematic' rows PK values then it's better to add it the filter to minimaze the temp CSV files)
3- Add internal parameter in target S3 endpoint: keepCSVFiles set to TRUE
4- Recreate the issue then check the task log file and the temp CSV files to understand the root cause.
Hope this helps.
John.