Skip to content

Commit

Permalink
Fixing purview test issues and improve performance (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyongzhu committed Jun 15, 2022
1 parent d0121ce commit cd6558a
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 79 deletions.
1 change: 1 addition & 0 deletions feathr_project/feathr/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
REGISTRY_TYPEDEF_VERSION="v1"

TYPEDEF_SOURCE=f'feathr_source_{REGISTRY_TYPEDEF_VERSION}'
# TODO: change the name from feathr_workspace_ to feathr_project_
TYPEDEF_FEATHR_PROJECT=f'feathr_workspace_{REGISTRY_TYPEDEF_VERSION}'
TYPEDEF_DERIVED_FEATURE=f'feathr_derived_feature_{REGISTRY_TYPEDEF_VERSION}'
TYPEDEF_ANCHOR=f'feathr_anchor_{REGISTRY_TYPEDEF_VERSION}'
Expand Down
Loading

0 comments on commit cd6558a

Please sign in to comment.