Skip to content

Commit e83f5e4

Browse files
authored
🐙 source-azure-table: run up-to-date pipeline [2024-08-24] (#44623)
1 parent ae7bb8c commit e83f5e4

File tree

4 files changed

+59
-58
lines changed

4 files changed

+59
-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.19
5+
dockerImageTag: 0.1.20
66
dockerRepository: airbyte/source-azure-table
77
githubIssueLabel: source-azure-table
88
icon: azureblobstorage.svg

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

+56-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.19"
6+
version = "0.1.20"
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.20 | 2024-08-24 | [44623](https://github.com/airbytehq/airbyte/pull/44623) | Update dependencies |
7374
| 0.1.19 | 2024-08-17 | [44344](https://github.com/airbytehq/airbyte/pull/44344) | Update dependencies |
7475
| 0.1.18 | 2024-08-10 | [43677](https://github.com/airbytehq/airbyte/pull/43677) | Update dependencies |
7576
| 0.1.17 | 2024-08-03 | [43292](https://github.com/airbytehq/airbyte/pull/43292) | Update dependencies |

0 commit comments

Comments
 (0)