airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
15.58k stars 4.01k forks source link

Support syncing multiple files incrementally from SFTP #5116

Open Phlair opened 3 years ago

Phlair commented 3 years ago

Tell us about the problem you're trying to solve

It's currently possible to sync a single file from SFTP using this connector but we should enhance SFTP support to handle multiple files and incremental loading a la S3 source.

Describe the solution you’d like

Use the abstract files source to build a SFTP connector.

Additional context

This is blocked by https://github.com/airbytehq/airbyte/issues/5111

kkarski commented 2 years ago

Also very interested in this connector as a source. Looking for

yuhuishi-convect commented 2 years ago

Have a very similar use case, but with S3 storage. Need to sync multiple non-heterogeneous files with different schemas into multiple destination tables. The current workaround is to create multiple file sources that handle each individual file independently. But this is not quite ideal since the files form a "bundle" naturally and should be done in one task.

renatodossantosleal commented 10 months ago

Hi! Is this on roadmap? I've got a similar use case for it.