looker-open-source / henry

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

Error while using henry pulse #49

Open littlesweet1129 opened 2 years ago

littlesweet1129 commented 2 years ago

Got this error with the following .ini file: Error: looker_sdk.error.SDKError: Missing required configuration values like base_url and api_version.

.ini File: [Looker] base_url=https://ritual.looker.com:19999 client_id= client_secret= verify_ssl=True

Setup: Python = 3.7.11 Henry = 0.2.3

I am wondering what is the issue here?

jakub-dvorak commented 2 years ago

@littlesweet1129 Where's your configuration file saved?

You might need to run it this way: henry pulse --config-file=looker.ini --section=Looker

ald0405 commented 1 year ago

@jakub-dvorak I keep getting an error


configparser.NoSectionError: No section: 'Looker'