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
Clarify that S3 download happens during execute(), not during fetch
Explain why as_pandas/as_arrow/as_polars don't need await: the S3
download is wrapped in asyncio.to_thread inside execute(), so data
is already in memory by the time fetch/as_* methods are called.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments