Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reading from onelake stopped working #3243

Closed
djouallah opened this issue Feb 22, 2025 · 6 comments · Fixed by #3263
Closed

reading from onelake stopped working #3243

djouallah opened this issue Feb 22, 2025 · 6 comments · Fixed by #3263
Labels
bug Something isn't working

Comments

@djouallah
Copy link

djouallah commented Feb 22, 2025

Environment

Delta-rs version: 0.25.1

Binding: Python

Environment: Linux

  • Cloud provider: Microsoft Fabric onelake
  • OS:
  • Other:

running

pip install deltalake --upgrade
dt = DeltaTable(result_table)

get

OSError: Generic MicrosoftAzure error: Error after 10 retries in 2.475340161s, max_retries:10, retry_timeout:180s, source:error sending request for url (https://onelake.blob.fabric.microsoft.com/sqlengines/ETL.Lakehouse/Tables/dbo/results/_delta_log/_last_checkpoint)

cc @RobinLin666

@djouallah djouallah added the bug Something isn't working label Feb 22, 2025
@ion-elgreco
Copy link
Collaborator

ion-elgreco commented Feb 22, 2025

@djouallah have you tried another os to read with?

(btw a normal azure read works fine, manually verified that)

@ion-elgreco
Copy link
Collaborator

@djouallah I suggest you try to compile of each of these branches and report back if it resolves the connection issue:

@djouallah
Copy link
Author

windows works fine with onelake

@ion-elgreco
Copy link
Collaborator

ion-elgreco commented Feb 22, 2025

Ok then it's related to the SSL handshakes. Please compile both of these branches I've shared above and let me know the results of each, then I can narrow down the fix

@ion-elgreco
Copy link
Collaborator

@djouallah can you check the latest release out please

@djouallah
Copy link
Author

same errors

OSError: Generic MicrosoftAzure error: Error after 10 retries in 3.247428205s, max_retries:10, retry_timeout:180s, source:error sending request for url (https://onelake.blob.fabric.microsoft.com/sqlengines/ETL.Lakehouse/Tables/T10/streaming/_delta_log/_last_checkpoint)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants