looker-open-source / henry

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

Use Henry via Python (in addition to cmd) and docs update (how to use save-to-file and its arg) #37

Open iamaziz opened 3 years ago

iamaziz commented 3 years ago

CHANGES:

Example:

from henry.api import Henry

h = Henry(**config)
>>> h.*
h.analyze( h.analyzer h.args     h.api   h.pulse    h.scanner    h.to_df(   h.vacuum(

See more examples here.