You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all the algorithms for schema and value matching are grouped into a single module (algorithms.py). Ideally, each algorithm should be in a different module under a common package (e.g. . If external contributor want to add new methods, they just would need to create a new module.
Also, move SchemaMatchers and ValueMatchers (Enums) to __init__.py of this common package.
The text was updated successfully, but these errors were encountered:
roquelopez
changed the title
Make essier to add new matching methods
Make it easier to add new matching methods
Oct 7, 2024
Currently all the algorithms for schema and value matching are grouped into a single module (
algorithms.py
). Ideally, each algorithm should be in a different module under a common package (e.g. . If external contributor want to add new methods, they just would need to create a new module.Also, move SchemaMatchers and ValueMatchers (Enums) to
__init__.py
of this common package.The text was updated successfully, but these errors were encountered: