Right now there's no "neat" way to get a datapoint if you know its path, even though we can do query filtering by path. Suggested syntax: ```python dp = ds.get_datapoint("file.jpg") ```