Skip to content

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

@Zan-L

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?

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