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.34k stars 950 forks source link

fix: Small fix from mypy change when attribute is missing #2244

Closed kristenarmes closed 3 months ago

kristenarmes commented 3 months ago

Description

A change I made in the mypy upgrade broke when the field did not exist on the object. Small fix to resolve the problem.

Motivation and Context

How Has This Been Tested?

Ran frontend service locally to confirm it is working with the update

Documentation

CheckList