Skip to content

Commit

Permalink
Fix/create report schema function (#19)
Browse files Browse the repository at this point in the history
* create_report_schema_function | 🚑 Critical hotfix.

* create_report_schema_function | 🔖 Releasing / Version tags.
  • Loading branch information
mgorsk1 committed Jul 9, 2020
1 parent 1dcd551 commit 93528d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amundsenatlastypes/__init__.py
Expand Up @@ -76,7 +76,7 @@ def create_bookmark_schema(self):
self.create_or_update(self.get_schema_dict(bookmark_schema), "Bookmark")

def create_report_schema(self):
self.create_or_update(self.get_schema_dict(bookmark_schema), "Report")
self.create_or_update(self.get_schema_dict(report_schema), "Report")

def create_user_reader_relation(self):
self.create_or_update(self.get_schema_dict(user_reader_relation), "User <-> Reader")
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
__version__ = '1.1.1'
__version__ = '1.1.2'

import os
import sys
Expand Down

0 comments on commit 93528d5

Please sign in to comment.