v7labs / darwin-py

Library and commandline tool for managing datasets on darwin.v7labs.com
MIT License
115 stars 42 forks source link

[PLA-548][external] Resolved issue with item path filtering #776

Closed JBWilkie closed 7 months ago

JBWilkie commented 7 months ago

Problem

The fetch_remote_files() method does not accept item_paths as a filter

This led to some confusion as this was shown as being possible as per the following recipe: https://docs.v7labs.com/recipes/list-datasetitems-from-remotedataset-sdk

Solution

Allow item_paths to be passed as a filter to fetch_remote_files()

Changelog

Fixed bug preventing filtering by item path for an SDK function

linear[bot] commented 7 months ago

PLA-548 Statuses when listing items via SDK does not actually apply