looker-open-source / henry

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

--output yields grouped csv #6

Closed ibbysyed closed 4 years ago

ibbysyed commented 4 years ago

hiya - when running:

henry vacuum models --timeframe=180 --host=XXX.looker.com --client_id=XXX --client_secret=XXX --output=unused_exp_all --plain

the csv that it returns is a grouped csv (I can only open it in numbers) - how could I open and iterate this file type in pandas or in some other pythony way?

by the way, LOVE Henry - at the JOIN conference right now and it helped me make something super useful for our business!

josephaxisa commented 4 years ago

Hi @ibbysyed, thanks for the feedback!

That's an interesting use case and unfortunately there isn't a way to do that out of the box right now. I will keep it in mind as I do plan to refactor this in the near future.