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.39k stars 954 forks source link

chore: removes direct access to AppConfig object #2136

Closed Golodhros closed 1 year ago

Golodhros commented 1 year ago

Description

Removes the last instances of code using the AppConfig directly Improved tracking on the OwnerEditor Fixes some ESLint issues

Motivation and Context

Last part of a long refactor to use util functions instead of the AppConfig file

How Has This Been Tested?

Manually Added tests

CheckList