hsfs.core.online_ingestion #
OnlineIngestion #
Metadata object used to provide Online Ingestion information for a feature group.
This class encapsulates the state and results of an online ingestion operation, including progress tracking and log retrieval.
results property #
results: list[online_ingestion_result.OnlineIngestionResult]
Get the list of ingestion results.
feature_group property #
feature_group: fg_mod.FeatureGroup
Get the feature group associated with this ingestion.
wait_for_completion #
Wait for the online ingestion operation to complete, displaying a progress bar.
| PARAMETER | DESCRIPTION |
|---|---|
options | Options for waiting. - "timeout" (int): Maximum time to wait in seconds (default: 60). - "period" (int): Polling period in seconds (default: 1). |
| RAISES | DESCRIPTION |
|---|---|
Warning | If the timeout is exceeded before completion. |