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.

status property #

status: str

Get the status of the ingestion batch (e.g., "UPSERTED", "FAILED").

rows property #

rows: int

Get the number of rows processed in this batch.