Skip to main content
Version: 25.4

snorkelflow.client.nodes.uncommit_operator

warning

This is a beta function in 25.4. Beta features may have known gaps or bugs, but are functional workflows and eligible for Snorkel Support. To access beta features, contact Snorkel Support to enable the feature flag for your Snorkel-hosted instance.

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)