polars to natively read and write through adls
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2025 11:53 PM
HI Everyone,
Is there a way polars can directly read files from ADLS through abfss protocol.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2025 08:57 PM
@pradeepvatsvk wrotae:HI Everyone,
Is there a way polars can directly read files from ADLS through abfss protocol.
Hello @pradeepvatsvk,
Yes, Polars can directly read files from Azure Data Lake Storage (ADLS) using the ABFS (Azure Blob Filesystem) protocol. You can use the polars.read_csv function along with the appropriate ABFS URI to access your data.
Best Regards,
Jennifer Block
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 09:54 AM
But is not working with only abfss uri , do we need to provide credentials as well to connect to storage account

