Vamsi-klu commented on issue #34995: URL: https://github.com/apache/airflow/issues/34995#issuecomment-4699844450
I verified this on current `main`: `SFTPToGCSOperator` already has `use_stream=True` support from #48107, and the streaming path is covered by `providers/google/tests/unit/google/cloud/transfers/test_sftp_to_gcs.py::TestSFTPToGCSOperator::test_execute_copy_single_file_with_stream`. I also ran the SFTP-to-GCS transfer unit test file locally and it passed, including the streaming case (`21 passed`). Could a maintainer close this as fixed by #48107? --- Drafted-by: Codex (GPT-5) (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]
