-
When importing the python module looker_sdk, the `tests` module is also built, which overrides the local `tests` directory, which forces a directory rename, and thus a refactor of all testing code tha…
-
I'm aware of three sources of truth for the correspondence between PyPI and Conda names.
1. Grayskull's [config.yaml](https://github.com/conda/grayskull/blob/main/grayskull/strategy/config.yaml). C…
-
Attempt to represent python SDKError object as a string leads to another exception happening
```
.....
except looker_sdk.error.SDKError as ex:
logger.error(f"Some important data and {str(ex)}"…
-
Type: Bug
# Behaviour
When I run iPython, I get this output
```
Python 3.10.3 (main, Jul 25 2023, 14:36:20) [Clang 14.0.3 (clang-1403.0.22.14.1)]
Type 'copyright', 'credits' or 'license' for more i…
-
When initialising Looker SKD with Python, the example on [Google Collab](https://github.com/looker-open-source/sdk-codegen/blob/main/python/python-sdk-tutorial.ipynb) shows:
```
Now that we've set a…
-
# Bugs
1. **TypeScript Bug**: The type of `limit` is invalid for the `IRequestRunQuery`.
2. **API Bug**: Looker API returns ECONNRESET for invalid value for `limit`
# Explanation
The `limit`…
-
I see that in the latest version (23.20.0 for python at least) the method query_task_results which matches to the `/query_tasks/{query_task_id}/results` endpoint was changed to return a QueryTask obje…
-
At least latest version [`looker-sdk`](https://pypi.org/project/looker-sdk/) raise this warnings, but I guess it might affect older ones
```console
looker_sdk/error.py:102: DeprecationWarning: inv…
-
## Looker:
- [x] GA4 Connection
- [x] Submodules
## Knowledge_Graph:
- [ ] submods
- [ ] GitHubGPT
- [ ] Documents
## Looker:
- [x] standard reports
- [x] combined reports
- [ ] Gemini Assis…
-
With the latest release of `cattrs` 23.2.x, we have seen that `Looker40SDK.update_dashboard_element()` has started to fail on JSON serialization error. This is happening if a dashboard element has `Re…