You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
duckDBHandle seems to get S3 credentials once and they eventually expire.
We might want to either enable proactive refresh or make the s3 calls via BlobStore somehow, which I'm pretty sure refreshes creds automatically from the aws sdk.
Also duckDBHandle an related code should be moved from the lcg handler page to somewhere more central as it is more of a shared component
2 separate issues:
https://github.com/user-attachments/assets/dbcb023f-2f8a-448a-84e7-dcb70fc0f910
duckDBHandleseems to get S3 credentials once and they eventually expire.duckDBHandlean related code should be moved from the lcg handler page to somewhere more central as it is more of a shared component