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

Any way to set storage options for timeout when using delta_scan? #162

Open
Skolim007 opened this issue Feb 19, 2025 · 0 comments
Open

Any way to set storage options for timeout when using delta_scan? #162

Skolim007 opened this issue Feb 19, 2025 · 0 comments

Comments

@Skolim007
Copy link

Issue is originally comming form here: delta-io/delta-rs#3232

I get timeouts when trying to get _delta_log for large delta table with long history. In pure delta-rs setting storage options wit timout as below helped, but I can't find any way to set this for DuckDB delta extension.

storage_options = {
    "azure_storage_account_name": delta_storage_acct_name, 
    "azure_storage_sas_token": sas_token,
    "timeout": "180s"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant