Skip to content

Commit f7b13e1

Browse files
authored
🐙 source-secoda: run up-to-date pipeline [2024-08-03] (#43097)
1 parent 62df199 commit f7b13e1

File tree

4 files changed

+18
-17
lines changed

4 files changed

+18
-17
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: api
33
connectorType: source
44
definitionId: da9fc6b9-8059-4be0-b204-f56e22e4d52d
5-
dockerImageTag: 0.1.11
5+
dockerImageTag: 0.1.12
66
dockerRepository: airbyte/source-secoda
77
githubIssueLabel: source-secoda
88
icon: secoda.svg

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

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [ "poetry-core>=1.0.0",]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
6-
version = "0.1.11"
6+
version = "0.1.12"
77
name = "source-secoda"
88
description = "Source implementation for Secoda."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/secoda.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This source can sync data from the [Secoda API](https://docs.secoda.co/secoda-ap
3232

3333
| Version | Date | Pull Request | Subject |
3434
| :------ | :--------- | :-------------------------------------------------------- | :--------------------------------------- |
35+
| 0.1.12 | 2024-08-03 | [43097](https://github.com/airbytehq/airbyte/pull/43097) | Update dependencies |
3536
| 0.1.11 | 2024-07-27 | [42829](https://github.com/airbytehq/airbyte/pull/42829) | Update dependencies |
3637
| 0.1.10 | 2024-07-20 | [42189](https://github.com/airbytehq/airbyte/pull/42189) | Update dependencies |
3738
| 0.1.9 | 2024-07-13 | [41723](https://github.com/airbytehq/airbyte/pull/41723) | Update dependencies |

0 commit comments

Comments
 (0)