apache/airflow

Enable Streaming from SFTP to GCS in `SFTPToGCSOperator`

Open

#34.995 aberto em 17 de out. de 2023

Ver no GitHub
 (9 comments) (0 reactions) (0 assignees)Python (16.781 forks)batch import
area:providersgood first issuekind:featureprovider:googleprovider:sftp

Métricas do repositório

Stars
 (44.809 stars)
Métricas de merge de PR
 (Mesclagem média 7d 18h) (834 fundiu PRs em 30d)

Description

Description

The current SFTPToGCSOperator in Airflow does not support streaming objects directly from SFTP to Google Cloud Storage (GCS). This design poses a challenge since both Composer and Airflow best practices recommend against assigning large amounts of memory to workers. Transferring sizeable files from SFTP to GCS without streaming can potentially max out worker memory.

Use case/motivation

Prevent worker memory exhaustion, especially when dealing with large files.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Guia do colaborador