amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
https://www.amundsen.io/amundsen/
Apache License 2.0
4.37k stars 953 forks source link

chore: Use text-unidecode instead of unidecode package to fix license incompatibility #2168

Closed kristenarmes closed 1 year ago

kristenarmes commented 1 year ago

Description

Motivation and Context

This fixes license incompatibility issues, since Amundsen is licensed under Apache 2.0 and unidecode is GPL. See this issue for further context: https://github.com/amundsen-io/amundsen/issues/2148

How Has This Been Tested?

Python tests pass

Documentation

N/A

CheckList