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
Whenever I make a Looker API call that returns with a 4xx status, I get an error like this:
NameError: global name 'StatRequestError' is not defined
That's because the API request methods are not using the custom exceptions defined in looker_api.py.
looker_api.py
I created a pull request to fix this: #1. I also removed some code that appears to call getstat.com's API.
Let me know if this works for you. Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whenever I make a Looker API call that returns with a 4xx status, I get an error like this:
That's because the API request methods are not using the custom exceptions defined in
looker_api.py
.I created a pull request to fix this: #1. I also removed some code that appears to call getstat.com's API.
Let me know if this works for you. Thank you.
The text was updated successfully, but these errors were encountered: