Skip to content

Commit

Permalink
Source S3: run incremental syncs concurrently
Browse files Browse the repository at this point in the history
  • Loading branch information
clnoll committed Feb 6, 2024
1 parent 59013f7 commit 9eeda85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-s3/metadata.yaml
Expand Up @@ -10,7 +10,7 @@ data:
connectorSubtype: file
connectorType: source
definitionId: 69589781-7828-43c5-9f63-8925b1c1ccc2
dockerImageTag: 4.5.0
dockerImageTag: 4.5.1
dockerRepository: airbyte/source-s3
documentationUrl: https://docs.airbyte.com/integrations/sources/s3
githubIssueLabel: source-s3
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-s3/setup.py
Expand Up @@ -6,7 +6,7 @@
from setuptools import find_packages, setup

MAIN_REQUIREMENTS = [
"airbyte-cdk[file-based]>=0.60.1",
"airbyte-cdk[file-based]>=0.60.3",
"smart-open[s3]==5.1.0",
"wcmatch==8.4",
"dill==0.3.4",
Expand Down
1 change: 1 addition & 0 deletions docs/integrations/sources/s3.md
Expand Up @@ -321,6 +321,7 @@ To perform the text extraction from PDF and Docx files, the connector uses the [

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:----------------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------|
| 4.5.1 | 2024-02-05 | [34591](https://github.com/airbytehq/airbyte/pull/34591) | Run incremental syncs concurrently |
| 4.5.0 | 2024-02-01 | [34591](https://github.com/airbytehq/airbyte/pull/34591) | Run full refresh syncs concurrently |
| 4.4.1 | 2024-01-30 | [34665](https://github.com/airbytehq/airbyte/pull/34665) | Pin moto & CDK version |
| 4.4.0 | 2023-01-12 | [33818](https://github.com/airbytehq/airbyte/pull/33818) | Add IAM Role Authentication |
Expand Down

0 comments on commit 9eeda85

Please sign in to comment.