Skip to content

Commit

Permalink
Bump up to 0.14 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
mars-lan authored May 7, 2024
1 parent 75c46c1 commit 2408b4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/migration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Migration Guide

## 0.13 to 0.14

Breaking changes: https://github.com/MetaphorData/connectors/issues/621

A deprecated connector has been dropped:
- [Drop redshift.lineage connector](https://github.com/MetaphorData/connectors/pull/854)

We have also introduced [breaking changes](https://github.com/MetaphorData/connectors/pull/857) to the configs for `unity_catalog` & `unity_catalog.profile` connectors. Please replace `host`, `warehouse_id`, and `cluster_path` with `hostname` & `http_path`. Use [this page](https://docs.databricks.com/en/integrations/compute-details.html) to find the values for the new configs.

## 0.12 to 0.13

Breaking changes: https://github.com/MetaphorData/connectors/issues/523
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "metaphor-connectors"
version = "0.13.187"
version = "0.14.0"
license = "Apache-2.0"
description = "A collection of Python-based 'connectors' that extract metadata from various sources to ingest into the Metaphor app."
authors = ["Metaphor <[email protected]>"]
Expand Down

0 comments on commit 2408b4d

Please sign in to comment.