Skip to content

Commit

Permalink
Type_Metadata ResourceType needs to match the node label (#1788)
Browse files Browse the repository at this point in the history
Signed-off-by: Kristen Armes <[email protected]>
  • Loading branch information
kristenarmes authored Mar 29, 2022
1 parent 28a11d3 commit c9727bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/amundsen_common/entity/resource_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ResourceType(Enum):
Dashboard = auto()
User = auto()
Column = auto()
TypeMetadata = auto()
Type_Metadata = auto()
Feature = auto()


Expand Down
2 changes: 1 addition & 1 deletion common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import find_packages, setup

__version__ = '0.26.1'
__version__ = '0.26.2'


requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'requirements-dev.txt')
Expand Down

0 comments on commit c9727bf

Please sign in to comment.