looker-open-source / henry

A command line tool for Looker instance cleanup
MIT License
79 stars 27 forks source link

Update pypi version to 0.3.2 #93

Open rockymartin opened 1 week ago

rockymartin commented 1 week ago

The current version of henry that's installed using pip install henry does not have the fixes from recent PRs that make the tool usable. https://pypi.org/project/henry/ It should install version 0.3.2 instead of 0.3. I sent an email to jax@looker.com but I have no clue if Looker emails even work any more, so raising an issue here as well @josephaxisa

rockymartin commented 1 week ago

In the mean time, you can use pip install git+https://github.com/looker-open-source/henry Collecting git+https://github.com/looker-open-source/henry to use henry with the fix to the cannot import name 'models' from 'looker_sdk' issue.