Skip to content

tools for Looker devs built in python (under construction)

License

Notifications You must be signed in to change notification settings

ald0405/py-looker-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages