Skip to content

Commit b387477

Browse files
committed
change our python connector build process to use the base images
1 parent d7d93c8 commit b387477

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

airbyte-ci/connectors/pipelines/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,9 +403,8 @@ This command runs the Python tests for a airbyte-ci poetry package.
403403
## Changelog
404404
| Version | PR | Description |
405405
|---------| --------------------------------------------------------- |-----------------------------------------------------------------------------------------------------------|
406-
| 1.3.0 | [#TBD](https://github.com/airbytehq/airbyte/pull/TBD) | Start building Python connectors using our base images. |
406+
| 1.3.0 | [#30456](https://github.com/airbytehq/airbyte/pull/30456) | Start building Python connectors using our base images. |
407407
| 1.2.2 | [#30438](https://github.com/airbytehq/airbyte/pull/30438) | Add workaround to always stream logs properly with --is-local. |
408-
| 1.3.0 | [#TBD](https://github.com/airbytehq/airbyte/pull/TBD) | Start building Python connectors using our base images. |
409408
| 1.2.1 | [#30384](https://github.com/airbytehq/airbyte/pull/30384) | Java connector test performance fixes. |
410409
| 1.2.0 | [#30330](https://github.com/airbytehq/airbyte/pull/30330) | Add `--metadata-query` option to connectors command |
411410
| 1.1.3 | [#30314](https://github.com/airbytehq/airbyte/pull/30314) | Stop patching gradle files to make them work with airbyte-ci. |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,6 @@ data:
4444
supportLevel: community
4545
tags:
4646
- language:python
47+
connectorBuildOptions:
48+
baseImage: "airbyte-python-connector-base:1.1.0"
4749
metadataSpecVersion: "1.0"

0 commit comments

Comments
 (0)