Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump up to 0.14 #860

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 deprecate connector has been dropped:
mars-lan marked this conversation as resolved.
Show resolved Hide resolved
- [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
Loading