Skip to content

Commit 2791da5

Browse files
authored
🐙 source-captain-data: run up-to-date pipeline [2024-08-12] (#43919)
1 parent a379305 commit 2791da5

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

airbyte-integrations/connectors/source-captain-data/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: fa290790-1dca-43e7-8ced-6a40b2a66099
5-
dockerImageTag: 0.1.13
5+
dockerImageTag: 0.1.14
66
dockerRepository: airbyte/source-captain-data
77
githubIssueLabel: source-captain-data
88
icon: captain-data.svg

airbyte-integrations/connectors/source-captain-data/poetry.lock

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

airbyte-integrations/connectors/source-captain-data/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.13"
6+
version = "0.1.14"
77
name = "source-captain-data"
88
description = "Source implementation for Captain Data."
99
authors = [ "Elliot Trabac <[email protected]>",]

docs/integrations/sources/captain-data.md

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Captain Data [API reference](https://docs.captaindata.co/#intro) has v3 at prese
6565

6666
| Version | Date | Pull Request | Subject |
6767
| :------ |:-----------| :------------------------------------------------------ |:--------------------------------------------|
68+
| 0.1.14 | 2024-08-12 | [43919](https://github.com/airbytehq/airbyte/pull/43919) | Update dependencies |
6869
| 0.1.13 | 2024-08-10 | [43531](https://github.com/airbytehq/airbyte/pull/43531) | Update dependencies |
6970
| 0.1.12 | 2024-08-03 | [43136](https://github.com/airbytehq/airbyte/pull/43136) | Update dependencies |
7071
| 0.1.11 | 2024-07-27 | [42717](https://github.com/airbytehq/airbyte/pull/42717) | Update dependencies |

0 commit comments

Comments
 (0)