From 2608ac35c2f5648cccd21d5a30a026ab263b0877 Mon Sep 17 00:00:00 2001 From: alafanechere Date: Fri, 15 Sep 2023 12:43:32 +0200 Subject: [PATCH] fix typos --- airbyte-integrations/connectors/source-file/metadata.yaml | 2 +- docs/integrations/sources/faker.md | 2 +- docs/integrations/sources/file.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airbyte-integrations/connectors/source-file/metadata.yaml b/airbyte-integrations/connectors/source-file/metadata.yaml index 952ed3428eac..6762d10271bf 100644 --- a/airbyte-integrations/connectors/source-file/metadata.yaml +++ b/airbyte-integrations/connectors/source-file/metadata.yaml @@ -5,7 +5,7 @@ data: connectorSubtype: file connectorType: source definitionId: 778daa7c-feaf-4db6-96f3-70fd645acc77 - dockerImageTag: 0.4.O + dockerImageTag: 0.4.0 dockerRepository: airbyte/source-file githubIssueLabel: source-file icon: file.svg diff --git a/docs/integrations/sources/faker.md b/docs/integrations/sources/faker.md index b0e520ddc487..9476af2a1542 100644 --- a/docs/integrations/sources/faker.md +++ b/docs/integrations/sources/faker.md @@ -96,7 +96,7 @@ None! | Version | Date | Pull Request | Subject | |:--------|:-----------|:----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------------------| -| 5.1.0 | 2023-09-15 | [TBD](https://github.com/airbytehq/airbyte/pull/TBD) | Build from our base image: airbyte-python-connector-base:1.0.0 | +| 5.1.0 | 2023-09-15 | [30468](https://github.com/airbytehq/airbyte/pull/30468) | Build from our base image: airbyte-python-connector-base:1.0.0 | | 5.0.0 | 2023-08-08 | [29213](https://github.com/airbytehq/airbyte/pull/29213) | Change all `*id` fields and `products.year` to be integer | | 4.0.0 | 2023-07-19 | [28485](https://github.com/airbytehq/airbyte/pull/28485) | Bump to test publication | | 3.0.2 | 2023-07-07 | [27807](https://github.com/airbytehq/airbyte/pull/28060) | Bump to test publication | diff --git a/docs/integrations/sources/file.md b/docs/integrations/sources/file.md index 9bbcdc06642c..9702dd2c2baa 100644 --- a/docs/integrations/sources/file.md +++ b/docs/integrations/sources/file.md @@ -216,7 +216,7 @@ In order to read large files from a remote location, this connector uses the [sm | Version | Date | Pull Request | Subject | |:--------|:-----------|:-----------------------------------------------------------|:--------------------------------------------------------------------------------------------------------| -| 0.4.0 | 2023-09-15 | [TBD](https://github.com/airbytehq/airbyte/pull/TBD) | Build from our base image: airbyte-python-connector-base:1.0.0 +| 0.4.0 | 2023-09-15 | [30468](https://github.com/airbytehq/airbyte/pull/30468) | Build from our base image: airbyte-python-connector-base:1.0.0 | 0.3.11 | 2023-06-08 | [27157](https://github.com/airbytehq/airbyte/pull/27157) | Force smart open log level to ERROR | | 0.3.10 | 2023-06-07 | [27107](https://github.com/airbytehq/airbyte/pull/27107) | Make source-file testable in our new airbyte-ci pipelines | | 0.3.9 | 2023-05-18 | [26275](https://github.com/airbytehq/airbyte/pull/26275) | Add ParserError handling |