Skip to content

Commit 9566a9d

Browse files
clnollalafanechere
authored andcommitted
Source S3: revert rollback to 4.4.1 (airbytehq#35055)
Co-authored-by: Augustin <[email protected]>
1 parent 7f6e2da commit 9566a9d

File tree

6 files changed

+64
-66
lines changed

6 files changed

+64
-66
lines changed

airbyte-integrations/connectors/source-s3/metadata.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: file
1111
connectorType: source
1212
definitionId: 69589781-7828-43c5-9f63-8925b1c1ccc2
13-
dockerImageTag: 4.5.3
13+
dockerImageTag: 4.5.4
1414
dockerRepository: airbyte/source-s3
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/s3
1616
githubIssueLabel: source-s3
@@ -23,7 +23,6 @@ data:
2323
packageName: airbyte-source-s3
2424
registries:
2525
cloud:
26-
dockerImageTag: 4.4.1
2726
enabled: true
2827
oss:
2928
enabled: true

airbyte-integrations/connectors/source-s3/poetry.lock

Lines changed: 48 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

airbyte-integrations/connectors/source-s3/pyproject.toml

Lines changed: 2 additions & 2 deletions
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 = "4.5.3"
6+
version = "4.5.4"
77
name = "source-s3"
88
description = "Source implementation for S3."
99
authors = [ "Airbyte <[email protected]>",]
@@ -27,7 +27,7 @@ source-s3 = "source_s3.run:run"
2727

2828
[tool.poetry.dependencies.airbyte-cdk]
2929
extras = [ "file-based",]
30-
version = "==0.61.0"
30+
version = "^0"
3131

3232
[tool.poetry.dependencies.smart-open]
3333
extras = [ "s3",]

airbyte-integrations/connectors/source-s3/source_s3/v4/source.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222

2323
class SourceS3(FileBasedSource):
24-
_concurrency_level = DEFAULT_CONCURRENCY
25-
2624
@classmethod
2725
def read_config(cls, config_path: str) -> Mapping[str, Any]:
2826
"""

docs/integrations/sources/s3.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,8 @@ To perform the text extraction from PDF and Docx files, the connector uses the [
260260

261261
| Version | Date | Pull Request | Subject |
262262
|:--------|:-----------|:----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------|
263-
| 4.5.3 | 2024-02-12 | [35164](https://github.com/airbytehq/airbyte/pull/35164) | Manage dependencies with Poetry. |
263+
| 4.5.4 | 2024-02-15 | [35055](https://github.com/airbytehq/airbyte/pull/35055) | Temporarily revert concurrency |
264+
| 4.5.3 | 2024-02-12 | [35164](https://github.com/airbytehq/airbyte/pull/35164) | Manage dependencies with Poetry. |
264265
| 4.5.2 | 2024-02-06 | [34930](https://github.com/airbytehq/airbyte/pull/34930) | Bump CDK version to fix issue when SyncMode is missing from catalog |
265266
| 4.5.1 | 2024-02-02 | [31701](https://github.com/airbytehq/airbyte/pull/31701) | Add `region` support |
266267
| 4.5.0 | 2024-02-01 | [34591](https://github.com/airbytehq/airbyte/pull/34591) | Run full refresh syncs concurrently |

poetry.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)