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/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.