open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
5.6k stars 1.05k forks source link

Fix: mstr removed dependency issues #18732

Open SumanMaharana opened 15 hours ago

SumanMaharana commented 15 hours ago

Describe your changes:

Fix: mstr removed dependency issues mstrio-py had lot of dependencies which do not align with other OSS entity removed that dependency by using the requests lib

#

Type of change:

#

Checklist:

github-actions[bot] commented 15 hours ago

The Python checkstyle failed.

Please run make py_format and py_format_check in the root of your repository and commit the changes to this PR. You can also use pre-commit to automate the Python code formatting.

You can install the pre-commit hooks with make install_test precommit_install.