snorkelflow.client.datasources.refresh_active_datasources
- snorkelflow.client.datasources.refresh_active_datasources(node)
Refreshes the active data sources at a node.
Parameters
Parameters
Returns
Returns
Info on the request
Return type
Return type
Dict[str, Any]
Name Type Default Info node int
The UID of the node to add a datasource to. Examples
>>> sf.refresh_active_datasources(NODE_UID)
{
'node_uid': <node_uid>,
'job_id': <job_id>
}