Skip to content

Commit

Permalink
bump CDK dependency of metabase (#20535)
Browse files Browse the repository at this point in the history
* Update metabase

* Fix typo

* Use correct PR number

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
  • Loading branch information
erohmensing and octavia-squidington-iii committed Dec 15, 2022
1 parent 2971ab1 commit e4a3237
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@
- name: Metabase
sourceDefinitionId: c7cb421b-942e-4468-99ee-e369bcabaec5
dockerRepository: airbyte/source-metabase
dockerImageTag: 0.3.0
dockerImageTag: 0.3.1
documentationUrl: https://docs.airbyte.com/integrations/sources/metabase
icon: metabase.svg
sourceType: api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7885,7 +7885,7 @@
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-metabase:0.3.0"
- dockerImage: "airbyte/source-metabase:0.3.1"
spec:
documentationUrl: "https://docs.airbyte.com/integrations/sources/metabase"
connectionSpecification:
Expand Down
2 changes: 1 addition & 1 deletion airbyte-integrations/connectors/source-metabase/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ RUN pip install .
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]

LABEL io.airbyte.version=0.3.0
LABEL io.airbyte.version=0.3.1
LABEL io.airbyte.name=airbyte/source-metabase
11 changes: 6 additions & 5 deletions docs/integrations/sources/metabase.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ The Metabase source connector supports the following [sync modes](https://docs.a

## Changelog

| Version | Date | Pull Request | Subject |
|:--------|:-----------|:-------------------------------------------------------------|:---------------------------|
| 0.3.0 | 2022-11-09 | [19236](https://github.com/airbytehq/airbyte/pull/19236) | Migrate to YAML. |
| 0.2.0 | 2022-10-28 | [18607](https://github.com/airbytehq/airbyte/pull/18607) | Disallow using `http` URLs |
| 0.1.0 | 2022-06-15 | [6975](https://github.com/airbytehq/airbyte/pull/13752) | Initial (alpha) release |
| Version | Date | Pull Request | Subject |
|:--------|:-----------|:---------------------------------------------------------|:---------------------------|
| 0.3.1 | 2022-12-15 | [20535](https://github.com/airbytehq/airbyte/pull/20535) | Run on CDK 0.15.0 |
| 0.3.0 | 2022-12-13 | [19236](https://github.com/airbytehq/airbyte/pull/19236) | Migrate to YAML. |
| 0.2.0 | 2022-10-28 | [18607](https://github.com/airbytehq/airbyte/pull/18607) | Disallow using `http` URLs |
| 0.1.0 | 2022-06-15 | [6975](https://github.com/airbytehq/airbyte/pull/13752) | Initial (alpha) release |

0 comments on commit e4a3237

Please sign in to comment.