I have a job where am using copy stages , the input to copy stage is dataset..
While running the job I am getting following error
Syntax error: Error in "copy" operator: Error in output redirection: Error in output parameters: Error in modify adapter: Error in binding: Could not find type: "subrec", line 2538
chulett wrote:Did you try an exact search for Could not find type: "subrec" ? There are two other posts that mention that, see if anything there helps.
I have already checked those two posts.
But they are not explaining much about the issue
Remove all stages except your dataset -> copy -> peek stages. Is the error still present? If yes, add "$APT_DUMP_SCORE" and set to "true" and run your job. Examine the score to see if that helps you, otherwise post it here.