Skip to content

hsfs.core.online_ingestion_result #

OnlineIngestionResult #

Metadata object used to provide Online Ingestion Batch Result information.

This class encapsulates the result of a single batch operation during online ingestion, including the ingestion ID, status, and number of rows processed.

online_ingestion_id property #

online_ingestion_id: int

Get the unique identifier for the online ingestion batch.

rows property #

rows: int

Get the number of rows processed in this batch.

status property #

status: str

Get the status of the ingestion batch.

One of "UPSERTED" for rows written, "DELETED" for rows removed by a delete, "IGNORED" for rows the online store skipped, or "FAILED".