Closed bsiranosian closed 1 month ago
Same thing with the example
api.list_files(assigned_row_ids=["row-1"])
In fact list_files
function doesn't even appear in api.py
?
hi ben, thanks for spotting that! yes, we overhauled our low-level API and the function signature changed. please use
api.list_files(filters=[dict(is_unassigned=True)])
i'll update the docs
@bsiranosian the old behavior will come back in
From the tutorial: https://deeporiginbio.github.io/deeporigin-client/how-to/data-hub/list-data.html#list-files
version 2.1.4.