Skip to main content
Version: 0.96

snorkelflow.client.datasources.refresh_active_datasources

snorkelflow.client.datasources.refresh_active_datasources(node)

Refreshes the active data sources at a node.

Parameters

NameTypeDefaultInfo
nodeintThe UID of the node to add a datasource to.

Returns

Info on the request

Return type

Dict[str, Any]

Examples

>>> sf.refresh_active_datasources(NODE_UID)
{
'node_uid': <node_uid>,
'job_id': <job_id>
}