Git Product home page Git Product logo

Comments (5)

Krystex avatar Krystex commented on September 13, 2024 1

Ahh, I didn't know sluggifying is a standard procedure, thanks for linking the library!

from darwin-py.

linear avatar linear commented on September 13, 2024

DAR-2304 Cannot get remote dataset with uppercase name

from darwin-py.

JBWilkie avatar JBWilkie commented on September 13, 2024

Hello @Krystex, thanks for raising this! The reason you're running into this issue is that get_remote_dataset() expects a dataset_identifier argument of type DatasetIdentifier

This is a string containing the substrings:
<team-slug>/<dataset-slug>

Therefore, dataset names passed to the function need to be sluggified, in your case it would be test_dataset

There's an example of how to use get_remote_dataset() in this article

from darwin-py.

Krystex avatar Krystex commented on September 13, 2024

Thanks for the link! I'm trying it like in the article described, but it still doesn't work:

from darwin.client import Client
client = Client.local()
client.create_dataset("TEST_dataset")
client.get_remote_dataset(f"{client.default_team}/TEST_dataset")

The same error as before is thrown

from darwin-py.

JBWilkie avatar JBWilkie commented on September 13, 2024

Hi @Krystex! Apologies for not covering this explicitly previously, but sluggifying a dataset name involves lowercasing it and replacing spaces with hyphens
image

Therefore instead of TEST_dataset, you'll need to pass test_dataset

from darwin-py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.