Vamsi-klu commented on issue #34995: URL: https://github.com/apache/airflow/issues/34995#issuecomment-5435446385
Follow-up to the 2026-06-13 note: `#48107` already shipped `use_stream`. This is not a second streaming PR. Still leftover on current main: - `gzip` and `mime_type` are ignored on the stream path (tempfile path still applies them) - how-to docs never mention `use_stream` or `sftp_prefetch=False` for large files - the stream unit test only asserts `upload.assert_not_called()`, so a tempfile regression that still opens the blob would pass I am opening a leftover PR for those three. Default stays `use_stream=False`. No second flag. GCSToSFTP streaming stays a separate follow-up. --- Drafted-by: Cursor Grok 4.6 (no human review before posting) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
