1
0
mirror of synced 2025-12-25 02:09:19 -05:00

🐙 source-metabase: run up-to-date pipeline [2024-10-29] (#47776)

This commit is contained in:
Airbyte
2024-10-29 16:09:58 +02:00
committed by GitHub
parent 1cbbea9f60
commit ac34e9dafa
2 changed files with 3 additions and 2 deletions

View File

@@ -6,11 +6,11 @@ data:
hosts:
- "*"
connectorBuildOptions:
baseImage: docker.io/airbyte/source-declarative-manifest:5.16.0@sha256:6800f806944ee4fccf24ae01f6b8fbefb12d952c3b3da338f51f732b55de51f2
baseImage: docker.io/airbyte/source-declarative-manifest:5.17.0@sha256:9c6bfd080a247b7781ce5b25687e7c44e29d31315d0bf656584b38810521bbaa
connectorSubtype: api
connectorType: source
definitionId: c7cb421b-942e-4468-99ee-e369bcabaec5
dockerImageTag: 2.1.2
dockerImageTag: 2.1.3
dockerRepository: airbyte/source-metabase
documentationUrl: https://docs.airbyte.com/integrations/sources/metabase
githubIssueLabel: source-metabase

View File

@@ -77,6 +77,7 @@ The Metabase source connector supports the following [sync modes](https://docs.a
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------- |
| 2.1.3 | 2024-10-29 | [47776](https://github.com/airbytehq/airbyte/pull/47776) | Update dependencies |
| 2.1.2 | 2024-10-28 | [47531](https://github.com/airbytehq/airbyte/pull/47531) | Update dependencies |
| 2.1.1 | 2024-08-16 | [44196](https://github.com/airbytehq/airbyte/pull/44196) | Bump source-declarative-manifest version |
| 2.1.0 | 2024-08-15 | [44127](https://github.com/airbytehq/airbyte/pull/44127) | Refactor connector to manifest-only format |