Skip to content

Commit 37e7536

Browse files
authored
🐙 source-metabase: run up-to-date pipeline [2024-08-12] (#43857)
1 parent 8b5836e commit 37e7536

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ data:
1010
connectorSubtype: api
1111
connectorType: source
1212
definitionId: c7cb421b-942e-4468-99ee-e369bcabaec5
13-
dockerImageTag: 2.0.12
13+
dockerImageTag: 2.0.13
1414
dockerRepository: airbyte/source-metabase
1515
documentationUrl: https://docs.airbyte.com/integrations/sources/metabase
1616
githubIssueLabel: source-metabase

airbyte-integrations/connectors/source-metabase/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-metabase/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 = "2.0.12"
6+
version = "2.0.13"
77
name = "source-metabase"
88
description = "Source implementation for Metabase."
99
authors = [ "Airbyte <[email protected]>",]

docs/integrations/sources/metabase.md

+1
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ The Metabase source connector supports the following [sync modes](https://docs.a
7777

7878
| Version | Date | Pull Request | Subject |
7979
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------- |
80+
| 2.0.13 | 2024-08-12 | [43857](https://github.com/airbytehq/airbyte/pull/43857) | Update dependencies |
8081
| 2.0.12 | 2024-08-10 | [43685](https://github.com/airbytehq/airbyte/pull/43685) | Update dependencies |
8182
| 2.0.11 | 2024-08-03 | [43156](https://github.com/airbytehq/airbyte/pull/43156) | Update dependencies |
8283
| 2.0.10 | 2024-07-27 | [42798](https://github.com/airbytehq/airbyte/pull/42798) | Update dependencies |

0 commit comments

Comments
 (0)