Sync Dataset

Synchronize missing files from storage

Request
path Parameters
id
required
string

Dataset id

Responses
200

Ok

post/datasets/{id}/sync
Request samples

success = project.datasets.sync(dataset_id='dataset_id')

# 
# Sync dataset with external storage.
# 
# **Prerequisites**: You must be in the role of an *owner* or *developer*.
# 
# :param str dataset_id: The Id of the dataset to sync
# :param bool wait: wait for the command to finish
# :return: True if success
# :rtype: bool
# 
# 
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "status": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "type": "string",
  • "error": "string",
  • "progress": 0,
  • "spec": {
    },
  • "report": {
    }
}