Refresh Fileset Revision

View as Markdown
Re-resolve a fileset's tracked revision against its source. A fileset created from a mutable ref is pinned to an immutable id so its contents cannot shift under a deployment. This re-resolves that same ref and repoints the fileset at whatever it names now. Everything else about the storage config, including the repository and directory, is left alone. A running deployment keeps serving the revision it staged. It moves to this one when the runner next stages the fileset, and records the revision it staged.

Path parameters

workspacestringRequired
namestringRequired

Response

Successful Response
idstring
namestring
workspacestring
descriptionstring
purposeenum
storageobject
metadataobject

Tagged metadata container - the key indicates the type.

Example: metadata = FilesetMetadata( dataset=DatasetMetadataContent( schema={“columns”: [“id”, “name”]}, ) )

custom_fieldsmap from strings to any
projectstring
created_atstring
updated_atstring

Errors

400
Bad Request Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
502
Bad Gateway Error