nxcals.api.extraction.data.builders.SparkSession.interruptOperation

SparkSession.interruptOperation(op_id: str) List[str]

Interrupt an operation of this session with the given operationId.

New in version 3.5.0.

Returns:

List of operationIds of interrupted operations.

Return type:

list of str

Notes

There is still a possibility of operation finishing just as it is interrupted.