user2966505
user2966505

Reputation: 67

How can I work with larger than memory Snowflake datasets in polars?

I'm trying to work with data stored in a Snowflake database using polars in python. I see I can access the data with pl.read_database_uri with the adbc engine. I was wondering how I can do this efficiently for larger-than-memory datasets.

Thanks!

Upvotes: 0

Views: 40

Answers (0)

Related Questions