We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got this error with the following .ini file: Error: looker_sdk.error.SDKError: Missing required configuration values like base_url and api_version.
.ini
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?
The text was updated successfully, but these errors were encountered:
@littlesweet1129 Where's your configuration file saved?
You might need to run it this way: henry pulse --config-file=looker.ini --section=Looker
henry pulse --config-file=looker.ini --section=Looker
Sorry, something went wrong.
@jakub-dvorak I keep getting an error
configparser.NoSectionError: No section: 'Looker'
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: