main-concepts

No menu items for this category

IngestionStatusModel

Ingestion detailed status

  • stackTraceError (object): Represents a failure status. Cannot contain additional properties.
    • name (string, required): Name of the asset with the error.
    • error (string, required): Error being handled.
    • stackTrace (string): Exception stack trace.
  • stepSummary (object): Defines the summary status of each step executed in an Ingestion Pipeline. Cannot contain additional properties.
    • name (string, required): Step name.
    • records (integer): Number of successfully processed records. Default: 0.
    • updated_records (integer): Number of successfully updated records. Default: 0.
    • warnings (integer): Number of records raising warnings. Default: 0.
    • errors (integer): Number of records with errors. Default: 0.
    • filtered (integer): Number of filtered records. Default: 0.
    • failures (array): Sample of errors encountered in the step.
  • ingestionStatus (array): Summary for each step of the ingestion pipeline.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.