Skip to content

Commit 9e36802

Browse files
committed
upgraded cdk to latest version
1 parent 32fc2b4 commit 9e36802

File tree

17 files changed

+1321
-730
lines changed

17 files changed

+1321
-730
lines changed

airbyte-integrations/connectors/source-mgramseva/Dockerfile

Lines changed: 0 additions & 39 deletions
This file was deleted.

airbyte-integrations/connectors/source-mgramseva/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For information about how to use this connector within Airbyte, see [the documen
77

88
### Prerequisites
99

10-
* Python (`^3.9`)
10+
* Python (`^3.10`)
1111
* Poetry (`^1.7`) - installation instructions [here](https://python-poetry.org/docs/#installation)
1212

1313

@@ -50,7 +50,7 @@ poetry run pytest tests
5050
1. Install [`airbyte-ci`](https://github.com/airbytehq/airbyte/blob/master/airbyte-ci/connectors/pipelines/README.md)
5151
2. Run the following command to build the docker image:
5252
```bash
53-
PATH=$PATH:~/.local/bin/ airbyte-ci --disable-update-check --disable-auto-update connectors --name=source-mgramseva build
53+
airbyte-ci connectors --name=source-mgramseva build
5454
```
5555

5656
An image will be available on your host with the tag `airbyte/source-mgramseva:dev`.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#
2-
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2+
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
33
#

airbyte-integrations/connectors/source-mgramseva/integration_tests/acceptance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2+
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
33
#
44

55

airbyte-integrations/connectors/source-mgramseva/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2+
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
33
#
44

55
from source_mgramseva.run import run

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ data:
1515
# Please update to the latest version of the connector base image.
1616
# https://hub.docker.com/r/airbyte/python-connector-base
1717
# Please use the full address with sha256 hash to guarantee build reproducibility.
18-
baseImage: docker.io/airbyte/python-connector-base:1.2.0@sha256:c22a9d97464b69d6ef01898edf3f8612dc11614f05a84984451dde195f337db9
18+
baseImage: docker.io/airbyte/python-connector-base:3.0.0@sha256:1a0845ff2b30eafa793c6eee4e8f4283c2e52e1bbd44eed6cb9e9abd5d34d844
1919
connectorSubtype: api
2020
connectorType: source
21-
definitionId: 96dd2030-cf66-4957-bf53-d271f8dcdfdb
21+
definitionId: eed3b1c2-8100-4290-9a6c-68f55ced6b27
2222
dockerImageTag: 0.1.0
2323
dockerRepository: airbyte/source-mgramseva
2424
githubIssueLabel: source-mgramseva

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ repository = "https://github.com/airbytehq/airbyte"
1515
packages = [ { include = "source_mgramseva" }, {include = "main.py" } ]
1616

1717
[tool.poetry.dependencies]
18-
python = "^3.9,<3.12"
19-
airbyte-cdk = "^0"
18+
python = "^3.10,<3.12"
19+
airbyte-cdk = "^6.13.0"
2020

2121
[tool.poetry.scripts]
2222
source-mgramseva = "source_mgramseva.run:run"

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

Lines changed: 0 additions & 46 deletions
This file was deleted.

airbyte-integrations/connectors/source-mgramseva/source_mgramseva/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2024 Airbyte, Inc., all rights reserved.
2+
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
33
#
44

55

0 commit comments

Comments
 (0)