Table.list_uploads

Table.list_uploads(max_results=None) → list<Upload>

Returns a list of uploads associated with the current table (only relevant for dataset tables). Each entry in the list will be an instance of an Upload, whose properties are populated with the values on the upload.list resource definition.

Parameters:

max_results : int, default None If specified, will only return up to max_results uploads

Returns:

list<Upload>

Last updated