@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