I'm not familiar with Teradata but the JDBC Query error appears to indicate that you may have an invalid character in your input data:
[TeraJDBC 16.10.00.03] [Error 2621] [SQLState HY000] Bad character in format or data of crdt_app.acct_nbr.
The SQL statement is casting the input value to a BIGINT:
"SELECT "base_view"."acct_nbr" FROM "EDWCCDVIEWS"."crdt_app" "base_view" WHERE CAST("base_view"."acct_nbr" AS BIGINT) = 464132813965"
When I did a basic test against a Teradata DB the syntax/ node configuration worked ok:
