Skip to main content
Version: 0.93

snorkelflow.client.nodes.uncommit_operator

snorkelflow.client.nodes.uncommit_operator(node)

Uncommit a committed operator from the node

If the specified node has a committed operator, this method will uncommit it, leaving the node in an uncommitted state.

Parameters

NameTypeDefaultInfo
nodeintThe UID of the node to have the op-version committed to.

Return type

None

Examples

>>> sf.uncommit_operator(node_uid)