Skip to content

Commit 5e750a0

Browse files
fix(source-sftp-bulk): increase maxSecondsBetweenMessages (#69833)
1 parent fd96f6b commit 5e750a0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

airbyte-integrations/connectors/source-sftp-bulk/metadata.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ data:
1717
connectorSubtype: file
1818
connectorType: source
1919
definitionId: 31e3242f-dee7-4cdc-a4b8-8e06c5458517
20-
dockerImageTag: 1.8.8
20+
dockerImageTag: 1.8.9
2121
dockerRepository: airbyte/source-sftp-bulk
2222
documentationUrl: https://docs.airbyte.com/integrations/sources/sftp-bulk
2323
githubIssueLabel: source-sftp-bulk
2424
icon: sftp.svg
2525
license: ELv2
2626
name: SFTP Bulk
27+
maxSecondsBetweenMessages: 10800
2728
remoteRegistries:
2829
pypi:
2930
enabled: true

airbyte-integrations/connectors/source-sftp-bulk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "1.8.8"
6+
version = "1.8.9"
77
name = "source-sftp-bulk"
88
description = "Source implementation for SFTP Bulk."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/sftp-bulk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ This source provides a single stream per file with a dynamic schema. The current
147147

148148
| Version | Date | Pull Request | Subject |
149149
|:--------|:-----------|:---------------------------------------------------------|:------------------------------------------------------------|
150+
| 1.8.9 | 2025-11-24 | | Increase `maxSecondsBetweenMessages` to 3 hours |
150151
| 1.8.8 | 2025-11-10 | [69257](https://github.com/airbytehq/airbyte/pull/69257) | Update error message when file exceeds size limit |
151152
| 1.8.6 | 2025-10-14 | [67923](https://github.com/airbytehq/airbyte/pull/67923) | Update dependencies |
152153
| 1.8.5 | 2025-10-07 | [67234](https://github.com/airbytehq/airbyte/pull/67234) | Update dependencies |

0 commit comments

Comments
 (0)