I love the get_diff() functionality.
When I install the package with pip install sql-compare, the .get_diff() functionality is not available.
AttributeError: module 'sql_compare' has no attribute 'get_diff'
My workaround is to install the package like this:
pip install git+https://github.com/Mergifyio/sql-compare@e57a2d729ccd8c947a6a3dc71c11ada120e51aa0
, then the .get_diff() function is available.
but it'd be a lot nicer if the .get_diff() functionality is available when installing with pip install.
Thanks for implementing this functionality and maintaining this repo by the way.
I love the
get_diff()functionality.When I install the package with
pip install sql-compare, the.get_diff()functionality is not available.My workaround is to install the package like this:
, then the
.get_diff()function is available.but it'd be a lot nicer if the
.get_diff()functionality is available when installing withpip install.Thanks for implementing this functionality and maintaining this repo by the way.