Skip to content

How to migrate to 0.3 for APIs that expect PathLike #460

Description

@Zan-L

As an example, Polars used to work perfectly with UPath < 0.3:

path = UPath('s3a://...')
df = pl.read_parquet(path)

But after 0.3 it stops working. The problem is, none of the 3 solutions works from the migration guide. Any suggestions?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    question ❓Further information is requested

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions