1
0
mirror of synced 2025-12-22 11:31:02 -05:00
Commit Graph

15 Commits

Author SHA1 Message Date
Daryna Ishchenko
b8f52bc5a1 fix(source-sftp-bulk): update error message when file exceeds size limit (#69257) 2025-11-10 19:47:23 +02:00
Aldo Gonzalez
3ef6fcf459 feat(source-sftp-bulk): adjust file record message protocol (#57514) 2025-05-06 14:31:47 -06:00
Aaron ("AJ") Steers
83ecbe0fc3 CI: apply pre-commit format fix from #49806 (#49852) 2024-12-18 14:05:43 -08:00
Aldo Gonzalez
078b2f887f feat(source-sftp-bulk): increase individual file size limit to 1.5 GB (#49826) 2024-12-17 07:40:10 -06:00
Aldo Gonzalez
567407eddd Feat(source-sftp): add get file helper for file-transfer (#48434) 2024-12-02 12:53:53 -06:00
Stephane Geneix
6294144c16 source-sftp-bulk: make the private key an airbyte secret (#46739)
simply making the private key an airbyte secret.
I also tested this change in cloud on an existing connection where the field was not an airbyteSecret, and everything worked smoothly
2024-11-06 10:45:15 -08:00
Aldo Gonzalez
f60e1494f9 Feat(souce-sftp-bulk): file transfer changes (#47703) 2024-10-31 11:25:36 -06:00
Serhii Lazebnyi
325525dd9e refactor(source-sftp-bulk) bump CDK version to v4 (#44028) 2024-08-14 23:20:39 +02:00
Anton Karpets
4f0d12ec9b Source SFTP Bulk: avoid error on empty stream when running discover (#38703) 2024-05-28 16:00:29 +03:00
Artem Inzhyyants
b88ed51ef4 🚨🚨 Source SFTP Bulk: migrate to file-based CDK (#36256)
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
2024-04-15 17:58:49 +02:00
Joe Reuter
f29234a2db airbyte-lib: Refactor connectors (#34552) 2024-01-30 03:22:13 -06:00
Ana Loureiro
a6d6b06303 Source SFTP-Bulk: Support custom CSV separators (#19224)
* manage different separators

* tests

* update tests

* add optional parameter for separator

* add default separator

* typo

* add trailing newline

* fix spec.json order

* bump dockerfile version

* update changelog

* auto-bump connector version

* retrigger checks

* retrigger checks

---------

Co-authored-by: Sunny Hashmi <6833405+sh4sh@users.noreply.github.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-04-20 10:02:19 -04:00
Joe Reuter
0d93fff47f Fix spec orders for yugabyte, sftp-bulk, gnews (#24180)
* fix spec orders

* Update yugabytedb.md

* Update gnews.md

* Update yugabytedb.md

* Update gnews.md

* Update sftp-bulk.md

* auto-bump connector version

* Update seed file

* fix gnews

* rollback gnews changes

* remove accidental commit

---------

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-03-20 10:35:51 +01:00
Cole Snodgrass
2e099acc52 update headers from 2022 -> 2023 (#22594)
* It's 2023!

* 2022 -> 2023

---------

Co-authored-by: evantahler <evan@airbyte.io>
2023-02-08 13:01:16 -08:00
Henri Blancke
c469ea8c4f 🎉 New source: SFTP Bulk [python cdk] (#17691)
* [INIT] setup source-ftp

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [ADD] add logic

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [ADD] unit, integration, acceptance tests

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] update docs

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] clean up crew

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] update host to localhost

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] rename from ftp to sftp bulk

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [INIT] setup source-ftp

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [ADD] add logic

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [ADD] unit, integration, acceptance tests

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] update docs

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] clean up crew

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] update host to localhost

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] rename from ftp to sftp bulk

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* update branch

* [FIX] integration tests

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [FIX] acceptance test fixture

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* [UPD] change ftp port

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* add uuid to image build

* add source def

* [FIX] generate ssh keys

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>

* auto-bump connector version

Signed-off-by: Henri Blancke <blanckehenri@gmail.com>
Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-27 23:58:30 -03:00