Table of Contents

Search

  1. Preface
  2. Transformations
  3. Source transformation
  4. Target transformation
  5. Access Policy transformation
  6. B2B transformation
  7. Aggregator transformation
  8. Cleanse transformation
  9. Data Masking transformation
  10. Data Services transformation
  11. Deduplicate transformation
  12. Expression transformation
  13. Filter transformation
  14. Hierarchy Builder transformation
  15. Hierarchy Parser transformation
  16. Hierarchy Processor transformation
  17. Input transformation
  18. Java transformation
  19. Java transformation API reference
  20. Joiner transformation
  21. Labeler transformation
  22. Lookup transformation
  23. Machine Learning transformation
  24. Mapplet transformation
  25. Normalizer transformation
  26. Output transformation
  27. Parse transformation
  28. Python transformation
  29. Rank transformation
  30. Router transformation
  31. Rule Specification transformation
  32. Sequence Generator transformation
  33. Sorter transformation
  34. SQL transformation
  35. Structure Parser transformation
  36. Transaction Control transformation
  37. Union transformation
  38. Velocity transformation
  39. Verifier transformation
  40. Web Services transformation

Transformations

Transformations

Error handling

Error handling

The Machine Learning transformation handles errors based on the type of issue that occurs and the response code that it receives from the REST API. You can review the response details in the Spark executor log.
The mapping fails when the following types of issues occur:
  • Connection issues when there is a connection timeout, the route cannot be found, or there is an unknown host.
  • Syntax issues in the URL.
  • SSL handshake issues such as certificate issues during SSL handshakes with the server.
The following table describes the action that occurs for each response code:
HTTP Status Code
Action
100 Continue
Row is skipped.
Partial requests are not permitted.
101,102,103 Informational, interim
Mapping fails.
3XX Redirection
Row is skipped.
Mapping fails if the redirected URL cannot be reached or the redirected URL returns a code that fails the mapping.
400 Bad request
Row is skipped.
401 Unauthorized
Mapping fails.
403 Forbidden
Mapping fails.
404 Resource not found
Mapping fails.
405 Method not allowed
Mapping fails.
407 Proxy authentication required
Request is tried again.
408 Request timeout
Mapping fails.
409 Conflict
Row is skipped.
415 Unsupported media type
Mapping fails.
418 I'm a teapot
Mapping fails.
421 Misdirected request
Mapping fails.
423 Resource is locked
Row is skipped.
429 Too many requests
Mapping fails.
500 Internal server error
Mapping fails.
501 Not implemented
Mapping fails.
502 Bad gateway
Mapping fails.
503 Service unavailable
Mapping fails.
504 Gateway timeout
Mapping fails.
505 HTTP version not supported
Mapping fails.
506 Server internal configuration error
Mapping fails.
511 Network authentication required
Mapping fails.

0 COMMENTS

We’d like to hear from you!