Skip to content

Commit eea3515

Browse files
clnolljatinyadav-cc
authored andcommitted
Pin file-based sources to airbyte-cdk version 0.59.2 (airbytehq#34661)
1 parent 6941440 commit eea3515

File tree

12 files changed

+24
-20
lines changed

12 files changed

+24
-20
lines changed

airbyte-integrations/connectors/source-azure-blob-storage/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: file
88
connectorType: source
99
definitionId: fdaaba68-4875-4ed9-8fcd-4ae1e0a25093
10-
dockerImageTag: 0.3.1
10+
dockerImageTag: 0.3.2
1111
dockerRepository: airbyte/source-azure-blob-storage
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/azure-blob-storage
1313
githubIssueLabel: source-azure-blob-storage

airbyte-integrations/connectors/source-azure-blob-storage/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import find_packages, setup
77

88
MAIN_REQUIREMENTS = [
9-
"airbyte-cdk[file-based]>=0.57.7",
9+
"airbyte-cdk[file-based]==0.59.2", # pinned until compatible with https://github.com/airbytehq/airbyte/pull/34411
1010
"smart_open[azure]",
1111
"pytz",
1212
]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: file
88
connectorType: source
99
definitionId: 2a8c41ae-8c23-4be0-a73f-2ab10ca1a820
10-
dockerImageTag: 0.3.4
10+
dockerImageTag: 0.3.5
1111
dockerRepository: airbyte/source-gcs
1212
documentationUrl: https://docs.airbyte.com/integrations/sources/gcs
1313
githubIssueLabel: source-gcs

airbyte-integrations/connectors/source-gcs/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import find_packages, setup
77

88
MAIN_REQUIREMENTS = [
9-
"airbyte-cdk[file-based]>=0.55.5",
9+
"airbyte-cdk[file-based]==0.59.2", # pinned until compatible with https://github.com/airbytehq/airbyte/pull/34411
1010
"google-cloud-storage==2.12.0",
1111
"smart-open[s3]==5.1.0",
1212
"pandas==1.5.3",

airbyte-integrations/connectors/source-google-drive/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ data:
77
connectorSubtype: file
88
connectorType: source
99
definitionId: 9f8dda77-1048-4368-815b-269bf54ee9b8
10-
dockerImageTag: 0.0.6
10+
dockerImageTag: 0.0.7
1111
dockerRepository: airbyte/source-google-drive
1212
githubIssueLabel: source-google-drive
1313
icon: google-drive.svg

airbyte-integrations/connectors/source-google-drive/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import find_packages, setup
77

88
MAIN_REQUIREMENTS = [
9-
"airbyte-cdk[file-based]>=0.57.7",
9+
"airbyte-cdk[file-based]==0.59.2", # pinned until compatible with https://github.com/airbytehq/airbyte/pull/34411
1010
"google-api-python-client==2.104.0",
1111
"google-auth-httplib2==0.1.1",
1212
"google-auth-oauthlib==1.1.0",

airbyte-integrations/connectors/source-microsoft-onedrive/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
connectorSubtype: api
1717
connectorType: source
1818
definitionId: 01d1c685-fd4a-4837-8f4c-93fe5a0d2188
19-
dockerImageTag: 0.1.3
19+
dockerImageTag: 0.1.4
2020
dockerRepository: airbyte/source-microsoft-onedrive
2121
githubIssueLabel: source-microsoft-onedrive
2222
icon: microsoft-onedrive.svg

airbyte-integrations/connectors/source-microsoft-onedrive/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from setuptools import find_packages, setup
77

88
MAIN_REQUIREMENTS = [
9-
"airbyte-cdk[file-based]>=0.57.5",
9+
"airbyte-cdk[file-based]==0.59.2", # pinned until compatible with https://github.com/airbytehq/airbyte/pull/34411
1010
"msal~=1.25.0",
1111
"Office365-REST-Python-Client~=2.5.2",
1212
"smart-open~=6.4.0",

docs/integrations/sources/azure-blob-storage.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -191,14 +191,15 @@ To perform the text extraction from PDF and Docx files, the connector uses the [
191191

192192
## Changelog
193193

194-
| Version | Date | Pull Request | Subject |
195-
|:--------|:-----------|:---------------------------------------------------------|:--------------------------------------------------------------------------------|
196-
| 0.3.1 | 2024-01-10 | [34084](https://github.com/airbytehq/airbyte/pull/34084) | Fix bug for running check with document file format |
197-
| 0.3.0 | 2023-12-14 | [33411](https://github.com/airbytehq/airbyte/pull/33411) | Bump CDK version to auto-set primary key for document file streams and support raw txt files |
198-
| 0.2.5 | 2023-12-06 | [33187](https://github.com/airbytehq/airbyte/pull/33187) | Bump CDK version to hide source-defined primary key |
199-
| 0.2.4 | 2023-11-16 | [32608](https://github.com/airbytehq/airbyte/pull/32608) | Improve document file type parser |
200-
| 0.2.3 | 2023-11-13 | [32357](https://github.com/airbytehq/airbyte/pull/32357) | Improve spec schema |
201-
| 0.2.2 | 2023-10-30 | [31904](https://github.com/airbytehq/airbyte/pull/31904) | Update CDK to support document file types |
202-
| 0.2.1 | 2023-10-18 | [31543](https://github.com/airbytehq/airbyte/pull/31543) | Base image migration: remove Dockerfile and use the python-connector-base image |
203-
| 0.2.0 | 2023-10-10 | https://github.com/airbytehq/airbyte/pull/31336 | Migrate to File-based CDK. Add support of CSV, Parquet and Avro files |
204-
| 0.1.0 | 2023-02-17 | https://github.com/airbytehq/airbyte/pull/23222 | Initial release with full-refresh and incremental sync with JSONL files |
194+
| Version | Date | Pull Request | Subject |
195+
|:--------|:-----------|:---------------------------------------------------------|:---------------------------------------------------------------------------------------------|
196+
| 0.3.2 | 2024-01-30 | [34661](https://github.com/airbytehq/airbyte/pull/34661) | Pin CDK version until upgrade for compatibility with the Concurrent CDK |
197+
| 0.3.1 | 2024-01-10 | [34084](https://github.com/airbytehq/airbyte/pull/34084) | Fix bug for running check with document file format |
198+
| 0.3.0 | 2023-12-14 | [33411](https://github.com/airbytehq/airbyte/pull/33411) | Bump CDK version to auto-set primary key for document file streams and support raw txt files |
199+
| 0.2.5 | 2023-12-06 | [33187](https://github.com/airbytehq/airbyte/pull/33187) | Bump CDK version to hide source-defined primary key |
200+
| 0.2.4 | 2023-11-16 | [32608](https://github.com/airbytehq/airbyte/pull/32608) | Improve document file type parser |
201+
| 0.2.3 | 2023-11-13 | [32357](https://github.com/airbytehq/airbyte/pull/32357) | Improve spec schema |
202+
| 0.2.2 | 2023-10-30 | [31904](https://github.com/airbytehq/airbyte/pull/31904) | Update CDK to support document file types |
203+
| 0.2.1 | 2023-10-18 | [31543](https://github.com/airbytehq/airbyte/pull/31543) | Base image migration: remove Dockerfile and use the python-connector-base image |
204+
| 0.2.0 | 2023-10-10 | https://github.com/airbytehq/airbyte/pull/31336 | Migrate to File-based CDK. Add support of CSV, Parquet and Avro files |
205+
| 0.1.0 | 2023-02-17 | https://github.com/airbytehq/airbyte/pull/23222 | Initial release with full-refresh and incremental sync with JSONL files |

docs/integrations/sources/gcs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Leaving this field blank (default option) will disallow escaping.
148148

149149
| Version | Date | Pull Request | Subject |
150150
|:--------|:-----------|:---------------------------------------------------------|:----------------------------------------------------|
151+
| 0.3.5 | 2024-01-30 | [34661](https://github.com/airbytehq/airbyte/pull/34661) | Pin CDK version until upgrade for compatibility with the Concurrent CDK |
151152
| 0.3.4 | 2024-01-11 | [34158](https://github.com/airbytehq/airbyte/pull/34158) | Fix issue in stream reader for document file type parser |
152153
| 0.3.3 | 2023-12-06 | [33187](https://github.com/airbytehq/airbyte/pull/33187) | Bump CDK version to hide source-defined primary key |
153154
| 0.3.2 | 2023-11-16 | [32608](https://github.com/airbytehq/airbyte/pull/32608) | Improve document file type parser |

docs/integrations/sources/google-drive.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ Before parsing each document, the connector exports Google Document files to Doc
247247
248248
| Version | Date | Pull Request | Subject |
249249
|---------|------------|-----------------------------------------------------------|--------------------------------------------------------------|
250-
| 0.0.6 | 2023-12-16 | [33414](https://github.com/airbytehq/airbyte/pull/33414) | Prepare for airbyte-lib |
250+
| 0.0.7 | 2024-01-30 | [34661](https://github.com/airbytehq/airbyte/pull/34661) | Pin CDK version until upgrade for compatibility with the Concurrent CDK |
251+
| 0.0.6 | 2023-12-16 | [33414](https://github.com/airbytehq/airbyte/pull/33414) | Prepare for airbyte-lib |
251252
| 0.0.5 | 2023-12-14 | [33411](https://github.com/airbytehq/airbyte/pull/33411) | Bump CDK version to auto-set primary key for document file streams and support raw txt files |
252253
| 0.0.4 | 2023-12-06 | [33187](https://github.com/airbytehq/airbyte/pull/33187) | Bump CDK version to hide source-defined primary key |
253254
| 0.0.3 | 2023-11-16 | [31458](https://github.com/airbytehq/airbyte/pull/31458) | Improve folder id input and update document file type parser |

docs/integrations/sources/microsoft-onedrive.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ The connector is restricted by normal Microsoft Graph [requests limitation](http
121121

122122
| Version | Date | Pull Request | Subject |
123123
|:--------|:-----------|:---------------------------------------------------------|:--------------------------|
124+
| 0.1.4 | 2024-01-30 | [34661](https://github.com/airbytehq/airbyte/pull/34661) | Pin CDK version until upgrade for compatibility with the Concurrent CDK |
124125
| 0.1.3 | 2024-01-24 | [34478](https://github.com/airbytehq/airbyte/pull/34478) | Fix OAuth |
125126
| 0.1.2 | 2021-12-22 | [33745](https://github.com/airbytehq/airbyte/pull/33745) | Add ql and sl to metadata |
126127
| 0.1.1 | 2021-12-15 | [33758](https://github.com/airbytehq/airbyte/pull/33758) | Fix for docs name |

0 commit comments

Comments
 (0)