Options
- 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