sdk-codegen icon indicating copy to clipboard operation
sdk-codegen copied to clipboard

One SDK to rule them all, and in the codegen bind them

Results 181 sdk-codegen issues
Sort by recently updated
recently updated
newest added

We are missing helpful errors in the `ok` helper method. We should turn this ``` fun ok(response: SDKResponse): T { @Suppress("UNCHECKED_CAST") when (response) { is SDKResponse.SDKErrorResponse -> throw Error(response.value.toString()) is...

enhancement
kotlin
p3

Setting global JVM system properties during runtime can be dangerous As far as I can tell this method is only used by [test classes](https://github.com/looker-open-source/sdk-codegen/blob/6ddfe7d939143e194e58cdba4e58e016dd208105/kotlin/src/test/Utils.kt#L54). We should probably move this to...

enhancement
kotlin
p3

The last few Kotlin codegen passes had some lint issues (https://github.com/looker-open-source/sdk-codegen/pull/1402, https://github.com/looker-open-source/sdk-codegen/pull/1399). We should update the code generator to apply the linter after completion or emit code that adheres to...

enhancement
kotlin
p3

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 `ResultMakerWithIdVisConfigAndDynamicFields` present...

p3
need triage

Split the .NET library in two parts: One runtime library which targets .NET Standard 2.0 and one test library that targets .NET 6 and consumes the runtime library. This way,...

The code gen looks to be doing what it should by creating parameters as @namespace but is missing the correction in the method themselves. This only impacts the 4.0 Methods.

bug
c#
p2

There has been some lack of examples when it comes to using the looker-sdk. One important example that was missing for our team was the example to update explores in...

enhancement
p3

I've seen some users having a difficult time downloading a dashboard as CSV from the SDK. Example post [here](https://www.googlecloudcommunity.com/gc/Technical-Tips-Tricks/Can-I-download-a-dashboard-as-a-CSV-or-PDF-via-the-API/ta-p/588353). I'd like to add an example script using Async Tasks to...

enhancement
p3

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...

python
p3

## 👋👋 Thank you for contributing to Looker sdk-codegen (⚡️🍣) - 👆 Make sure your pull request title follows [Pull Request Title Guidelines](https://github.com/looker-open-source/sdk-codegen/blob/main/CONTRIBUTING.md#title-guidelines) from our [Contribution guide](https://github.com/looker-open-source/sdk-codegen/blob/main//CONTRIBUTING.md) - 👉 Don't...