CatalogAILakeService.

wait_for_operation

wait_for_operation() -> CatalogAILakeOperation

Block until an AI Lake operation reaches a terminal status.

Raises CatalogAILakeOperationError on `failed` and `TimeoutError` if the operation does not reach a terminal state in time.

Parameters

nametypedescription
operation_id: strstrNone
timeout_s: float = 300.0floatNone
poll_s: float = 2.0floatNone

Returns

No docs