-
R SDK don't seem to have the look() method and can't find another way to run a look with a different filter
In Python and Ruby we ca do that using:
Python:
```
look = sdk.look(16)
request =…
-
##### Description
I have two API specs, but the generator for python produces the same module name (openapi_client) for each one. I need to import both into a project. How can I configure the gener…
-
We're thinking of purchasing Looker and as part of that we're looking into how well Looker integrates to our existing R and Python workflows. I see that this package hasn't had any activity in 18 mont…
-
If I make an sdk.create_dashboard_render_task() call with the same settings as the manual download (e.g. width 1680, landscape, page_size A4) I don't get the same PDF as a result. Similarly for A3. Ha…
-
Hello, I have been trying to create a Looker user with the modules provided here but running into issues as always,
`resource "looker_user" "user" {
email = "test.user@gmil.com"
first_name = "R…
-
## 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…
-
## Current behaviour
When I call `scheduled_plan_run_once_by_id(scheduled_plan_id=1)`, I get the following error:
```
Response(ok=False, value=b'{"message":"An error has occurred.","documentation…
-
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…
-
# 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…
-
So I was working with a customer using the API who was struggling because the errors were not explanatory. I tried their call in the API web page and got back a detailed useful error message. I recomm…