Open littlesweet1129 opened 3 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
@jakub-dvorak I keep getting an error
configparser.NoSectionError: No section: 'Looker'
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?