Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

delta_sharing.load_as_pandas() returning parquet file link not the dataframe

Saini_ Pradeep
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 10, 2025

delta_sharing.load_as_pandas() returning parquet file link not the dataframe

 

Call stack logs

File "c:\Users\p1_prasaini\AppData\Local\Programs\Python\Python311\Lib\site-packages\delta_sharing\delta_sharing.py", line 147, in load_as_pandas
).to_pandas()
^^^^^^^^^^^
File "c:\Users\p1_prasaini\AppData\Local\Programs\Python\Python311\Lib\site-packages\delta_sharing\reader.py", line 194, in to_pandas
pdf = DeltaSharingReader._to_pandas(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\p1_prasaini\AppData\Local\Programs\Python\Python311\Lib\site-packages\delta_sharing\reader.py", line 452, in _to_pandas
pa_file = ParquetFile(action.url, filesystem=filesystem)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\p1_prasaini\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyarrow\parquet\core.py", line 312, in __init__
source = filesystem.open_input_file(source)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "pyarrow\\_fs.pyx", line 787, in pyarrow._fs.FileSystem.open_input_file
File "pyarrow\\error.pxi", line 155, in pyarrow.lib.pyarrow_internal_check_status
File "pyarrow\\error.pxi", line 89, in pyarrow.lib.check_status
File "pyarrow\\_fs.pyx", line 1557, in pyarrow._fs._cb_open_input_file
File "c:\Users\p1_prasaini\AppData\Local\Programs\Python\Python311\Lib\site-packages\pyarrow\fs.py", line 419, in open_input_file
raise FileNotFoundError(path)
FileNotFoundError: https://atl-datalake-prod-jira-refined-us-east-1-38df42fb.s3-fips.us-east-1.amazonaws.com/kamino/data/entity%3Dmanifold-model-vendor-atlassian-jira-JiraIssueFieldEntity/table-name%3Djira_issue_field/version%3D10/

1 answer

0 votes
Shawn Doyle - ReleaseTEAM
Community Champion
July 14, 2025

Hi @Saini_ Pradeep 

 

Can you share some context on what you are doing?

Suggest an answer

Log in or Sign up to answer