-
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.
-
## Issue Description
- Description of the issue:
Hi. I'm migrating from my Python script that replicated data from Postgres to BigQuery to Sting, but I ran into a problem authenticating to Big…
-
We use Looker in Angular project. And when I try to upgrade @looker/extension-sdk from 23.6.0 to the latest version 24.2.0 it breaks with the error:
```
ERROR in node_modules/@looker/extension-sdk…
-
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'…
-
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 …
-
**DoD**:
- Add the new property `clientUid` to SDK
- New property is optional and must have default value
- Default value must contain name of lib + version
- Exact format of strings `{"client":"s…
-
As documented in [this issue](https://github.com/nodejs/node/issues/46375) Node's `fetch` implementation has a hard cap on timeout of 300s. It appears to be the case that their underlying nodejs http …