-
## Description
Trace origin indicates what created a trace or a span. Not all traces and spans contain enough information to tell whether the user or what precisely in the SDK created it. Origin solv…
-
I am currently working on an embedded application in which I hope to support persisting filter values to the parent applicationʻs URL, as well as "Explore from Here" sub-routing. I am able to intercep…
-
I used the provider to create a looker group.
```
terraform {
required_providers {
looker = {
source = "DevotedHealth/looker"
version = ">= 0.1.0"
}
}
}
resource …
-
When running validate on the 4.0 spec files it fails with the error
```
openapi-generator validate -i spec/Looker.4.0.oas.json
Validating spec (spec/Looker.4.0.oas.json)
Errors:
- attri…
-
Regenerate Java SDK and include arguments in R wrapper function.
-
Instantiating a `WriteApiSession` model like this...
```python
api_session = models.WriteApiSession('dev')
```
...raises this unexpected error.
```
Traceback (most recent call last):
File…
-
SDK: latest
Python: 3.7.6
API: 3.1
Database: Snowflake
This is my write query request:
`WriteQuery(model='mymodel', view='myview', fields=[myview.date_published_month', 'myview.product_count'…
-
When running nbconvert command getting below error :
Stack Trace:
Traceback (most recent call last):
File "/usr/local/bin/jupyter-nbconvert", line 5, in
from nbconvert.nbconvertapp import …
-
At Looker we have some endpoints that include a parameter called "fields" that takes a comma separated string of fields to include in the response. Because of the dynamic nature of this, every field …
-
# Problem
The `limit` property is defined as a string for the `WriteQuery` type:
https://github.com/looker-open-source/sdk-codegen/blob/main/packages/sdk/src/4.0/models.ts#L13800
Which is use…