-
When trying to use `pdt_context_override` the provider plugin crashes with
`panic: interface conversion: interface {} is string, not *string`
Full error:
```
# looker_connection.tf_example_p…
-
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://ritu…
-
Only some commands give me an error. How can I get rid of this error?
#### Environment
- It happens on both Windows and Mac.
- Python 3.7.5
- henry 0.2.2
- looker-sdk 0.1.3b7
#### Successf…
-
Unable to run `import looker_sdk` anymore since new Python SDK release
```
% python
Python 3.10.15 (main, Oct 3 2024, 02:24:49) [Clang 14.0.6 ] on darwin
Type "help", "copyright", "credits" or …
-
currently we check the static type to decide whether to encode but at runtime the value could be an int and then we blow up with
```
~/Documents/sdk-codegen/python/looker_sdk/sdk/api31/methods.py …
-
I would like to be able to inspect the Looker API response data to better understand the type of error I have got when performing an action. Knowing that information I can then go on to perform a diff…
-
We recently received the notice regarding changes to how [query IDs are handled](https://cloud.google.com/looker/docs/best-practices/query-id-update-instructions). It appears that the SDK uses numeric…
-
We're using the SDK to display Looker reports in our platform, but we've disabled Looker's built-in filters and we're using our own filters. So instead of using the SDK's filters, we pass filters in v…
-
As far as I can tell, there's no way to tell from the API whether a particular derived table is ephemeral or has a persistence strategy. If you're attempting to orchestrate the rebuilding of PDTs from…
-
I'm having trouble using the SDK in Next.js
I'm trying to (only) use the Geocoding service to retrieve Coordinates:
```
import geocodingClient from "@mapbox/mapbox-sdk/services/geocoding-v6"
```…