Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 603 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 603 Bytes

Python Looker Tools

`tools for Looker devs built in python``

Please feel free to raise PRs that will provide added functionality

  • Add new functions into the scripts directory
  • Please ensure your functions have doc strings
  • If you have used/modified somebody else's code please give them due credit
  • Code is formatted using the default parameters in black

How to test functions

You will require a looker.ini which needs to contain

[Looker]

base_url = https://company_name.cloud.looker.com:19999


client_id = client_id 


client_secret = client_secret 


verify_ssl=True