1
0
mirror of synced 2025-12-19 18:14:56 -05:00

[up-to-date]Upgrade the base image to the latest version in metadata.yaml; Update versions of libraries in poetry; PATCH bump source-surveycto version to 0.1.47; Create or update pull request on Airbyte repository; Add changelog entry

This commit is contained in:
octavia-bot-hoard[bot]
2025-12-16 07:24:45 +00:00
committed by GitHub
parent 499a92d065
commit dc4ca5ae60
4 changed files with 696 additions and 596 deletions

View File

@@ -2,7 +2,7 @@ data:
connectorSubtype: api
connectorType: source
definitionId: dd4632f4-15e0-4649-9b71-41719fb1fdee
dockerImageTag: 0.1.46
dockerImageTag: 0.1.47
dockerRepository: airbyte/source-surveycto
githubIssueLabel: source-surveycto
icon: surveycto.svg
@@ -40,7 +40,7 @@ data:
# type: GSM
# alias: airbyte-connector-testing-secret-store
connectorBuildOptions:
baseImage: docker.io/airbyte/python-connector-base:4.0.0@sha256:d9894b6895923b379f3006fa251147806919c62b7d9021b5cd125bb67d7bbe22
baseImage: docker.io/airbyte/python-connector-base:4.1.0@sha256:1d1aa21d34e851df4e8a87b391c27724c06e2597608e7161f4d167be853bd7b6
externalDocumentationUrls:
- title: SurveyCTO API documentation
url: https://docs.surveycto.com/05-exporting-and-publishing-data/02-api-access/01.api-access.html

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
version = "0.1.46"
version = "0.1.47"
name = "source-surveycto"
description = "Source implementation for Surveycto."
authors = [ "Airbyte <contact@airbyte.io>",]

View File

@@ -52,6 +52,7 @@ The SurveyCTO source connector supports the following streams:
| Version | Date | Pull Request | Subject |
| ------- | ---------- | -------------------------------------------------------- | -------------------------- |
| 0.1.47 | 2025-12-16 | [62200](https://github.com/airbytehq/airbyte/pull/62200) | Update dependencies |
| 0.1.46 | 2025-05-24 | [60563](https://github.com/airbytehq/airbyte/pull/60563) | Update dependencies |
| 0.1.45 | 2025-05-10 | [60167](https://github.com/airbytehq/airbyte/pull/60167) | Update dependencies |
| 0.1.44 | 2025-05-04 | [59619](https://github.com/airbytehq/airbyte/pull/59619) | Update dependencies |