client icon indicating copy to clipboard operation
client copied to clipboard

Data Engine: Get datapoint via its path

Open kbolashev opened this issue 9 months ago • 3 comments

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:

dp = ds.get_datapoint("file.jpg")

kbolashev avatar Oct 01 '23 07:10 kbolashev

Good day! Actually this would be my first open source contribution to a repository, but I wish to understand the context in which I'd have to make changes. Moreover, without a CONTRIBUTING.md file it's hard for me to reproduce the project on my local system, could I get some guidance on the process?

harshaljanjani avatar Oct 02 '23 04:10 harshaljanjani

Hey @harshaljanjani, thanks for reaching out with this. Here are the relevant resources that will help you get to know how this functionality is used:

nirbarazida avatar Oct 02 '23 08:10 nirbarazida

Hello @kbolashev, please assign this issue to me as I have already worked on this kind of problem in past and has a great experience.

itssiddhantjain avatar Oct 02 '23 15:10 itssiddhantjain