Skip to content

Commit 293ccd0

Browse files
authored
🐙 source-azure-table: run up-to-date pipeline [2024-08-10] (#43677)
1 parent 6e01893 commit 293ccd0

File tree

4 files changed

+61
-58
lines changed

4 files changed

+61
-58
lines changed

airbyte-integrations/connectors/source-azure-table/metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ data:
22
connectorSubtype: database
33
connectorType: source
44
definitionId: 798ae795-5189-42b6-b64e-3cb91db93338
5-
dockerImageTag: 0.1.17
5+
dockerImageTag: 0.1.18
66
dockerRepository: airbyte/source-azure-table
77
githubIssueLabel: source-azure-table
88
icon: azureblobstorage.svg

airbyte-integrations/connectors/source-azure-table/poetry.lock

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

airbyte-integrations/connectors/source-azure-table/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.17"
6+
version = "0.1.18"
77
name = "source-azure-table"
88
description = "Source implementation for Azure Table."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/azure-table.md

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ We recommend creating a restricted key specifically for Airbyte access. This wil
7070

7171
| Version | Date | Pull Request | Subject |
7272
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------ |
73+
| 0.1.18 | 2024-08-10 | [43677](https://github.com/airbytehq/airbyte/pull/43677) | Update dependencies |
7374
| 0.1.17 | 2024-08-03 | [43292](https://github.com/airbytehq/airbyte/pull/43292) | Update dependencies |
7475
| 0.1.16 | 2024-07-27 | [42734](https://github.com/airbytehq/airbyte/pull/42734) | Update dependencies |
7576
| 0.1.15 | 2024-07-20 | [42274](https://github.com/airbytehq/airbyte/pull/42274) | Update dependencies |

0 commit comments

Comments
 (0)