cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Access Excel file in delta live pipeline

Yash_542965
New Contributor II

I'm having an issue accessing the excel through dlt pipeline. the file is in ADLS I'm using pandas to read the Excel. It seems pandas are not able to understand abfss protocol is there any way to read Excel with pandas in dlt pipeline?

I'm getting this Error: "ValueError: Protocol not known: abfss"

1 ACCEPTED SOLUTION

Accepted Solutions

-werners-
Esteemed Contributor III

what if you use the pyspark.pandas.read_excel function? I think you use the 'normal' pandas variant, not the pyspark one.

View solution in original post

2 REPLIES 2

-werners-
Esteemed Contributor III

what if you use the pyspark.pandas.read_excel function? I think you use the 'normal' pandas variant, not the pyspark one.

Yash_542965
New Contributor II

Thanks for the info. It works just need to install an additional library using "%pip install openpyxl".

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group