Skip to content

Commit a1e2808

Browse files
authored
πŸ™ destination-aws-datalake: run up-to-date pipeline [2024-09-14] (#45533)
1 parent c97e92a commit a1e2808

File tree

4 files changed

+38
-34
lines changed

4 files changed

+38
-34
lines changed

β€Žairbyte-integrations/connectors/destination-aws-datalake/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ data:
44
definitionId: 99878c90-0fbd-46d3-9d98-ffde879d17fc
55
connectorBuildOptions:
66
baseImage: docker.io/airbyte/python-connector-base:2.0.0@sha256:c44839ba84406116e8ba68722a0f30e8f6e7056c726f447681bb9e9ece8bd916
7-
dockerImageTag: 0.1.28
7+
dockerImageTag: 0.1.29
88
dockerRepository: airbyte/destination-aws-datalake
99
githubIssueLabel: destination-aws-datalake
1010
icon: awsdatalake.svg

β€Žairbyte-integrations/connectors/destination-aws-datalake/poetry.lock

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

β€Žairbyte-integrations/connectors/destination-aws-datalake/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.28"
6+
version = "0.1.29"
77
name = "destination-aws-datalake"
88
description = "Destination Implementation for AWS Datalake."
99
authors = [ "Airbyte <[email protected]>",]

β€Ždocs/integrations/destinations/aws-datalake.md

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ which will be translated for compatibility with the Glue Data Catalog:
9494

9595
| Version | Date | Pull Request | Subject |
9696
|:--------| :--------- | :--------------------------------------------------------- | :--------------------------------------------------- |
97+
| 0.1.29 | 2024-09-14 | [45533](https://github.com/airbytehq/airbyte/pull/45533) | Update dependencies |
9798
| 0.1.28 | 2024-09-07 | [45328](https://github.com/airbytehq/airbyte/pull/45328) | Update dependencies |
9899
| 0.1.27 | 2024-08-31 | [45032](https://github.com/airbytehq/airbyte/pull/45032) | Update dependencies |
99100
| 0.1.26 | 2024-08-24 | [44677](https://github.com/airbytehq/airbyte/pull/44677) | Update dependencies |

0 commit comments

Comments
Β (0)