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
| name | type | description |
|---|---|---|
| operation_id: str | str | None |
| timeout_s: float = 300.0 | float | None |
| poll_s: float = 2.0 | float | None |