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

🐙 source-metabase: run up-to-date pipeline [2024-12-11] (#48982)

This commit is contained in:
Airbyte
2024-12-11 14:13:47 +02:00
committed by GitHub
parent ae7599c76d
commit ba77fec200
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.17.0@sha256:9c6bfd080a247b7781ce5b25687e7c44e29d31315d0bf656584b38810521bbaa
baseImage: docker.io/airbyte/source-declarative-manifest:6.9.2@sha256:ea8087899b36a891ce16e47035b10de8d52b0fb041b593b18e53ed2d699e3b46
connectorSubtype: api
connectorType: source
definitionId: c7cb421b-942e-4468-99ee-e369bcabaec5
dockerImageTag: 2.1.3
dockerImageTag: 2.1.4
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.4 | 2024-12-11 | [48982](https://github.com/airbytehq/airbyte/pull/48982) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
| 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 |