From 782fb46df46e8ffce4df36745266407a1232ae0f Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Tue, 7 May 2024 06:54:33 -0700 Subject: [PATCH 1/2] Bump up to 0.14 --- docs/migration.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index d80eca6f..efe4f56c 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -1,5 +1,14 @@ # Migration Guide +## 0.13 to 0.14 + +Breaking changes: https://github.com/MetaphorData/connectors/issues/621 + +A deprecate 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 diff --git a/pyproject.toml b/pyproject.toml index bfaa6639..03f7bdd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] From 2ac08decec6e3c83981f4d295a6ed2aec39e6fac Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Tue, 7 May 2024 09:05:49 -0700 Subject: [PATCH 2/2] Update docs/migration.md Co-authored-by: Tsung-Ju Lii --- docs/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration.md b/docs/migration.md index efe4f56c..5340e1d1 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -4,7 +4,7 @@ Breaking changes: https://github.com/MetaphorData/connectors/issues/621 -A deprecate connector has been dropped: +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.