You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should catch and handle LookerApiError specifically here.
The exception object has a response attribute which is the raw response from Looker. We can log (at a debug level) the response which will help a lot with debugging (even though, sometimes the message from Looker is not useful).
The text was updated successfully, but these errors were encountered:
We should catch and handle
LookerApiError
specifically here.The exception object has a
response
attribute which is the raw response from Looker. We can log (at a debug level) the response which will help a lot with debugging (even though, sometimes the message from Looker is not useful).The text was updated successfully, but these errors were encountered: