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 188 sdk-codegen issues
Sort by recently updated
recently updated
newest added

Hi, Using the download_dashboard_pdf.py script, I have this error: ``` Traceback (most recent call last): File "/looker/download_dashboard_pdf.py", line 107, in main() File "/looker/download_dashboard_pdf.py", line 44, in main dashboard = cast(models.Dashboard,...

python
p3

Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 4.15.1 to 5.2.1. Release notes Sourced from webpack-dev-server's releases. v5.2.1 5.2.1 (2025-03-26) Security cross-origin requests are not allowed unless allowed by Access-Control-Allow-Origin header requests with an IP...

dependencies
javascript

Updated the assignment of the signaller variable in the BaseTransport class to ensure proper usage of AbortSignal.timeout. The debug message for when AbortSignal.timeout is not defined has also been made...

I'm running into the attached issue while building kotlin (looker-kotlin-sdk) jar with jdk17. I have checked-out "https://github.com/looker-open-source/sdk-codegen" repo and set branch to master. Executed below command ./gradlew Please find the...

kotlin
p3

Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 5.3.4 to 7.5.2. Release notes Sourced from react-router's releases. v7.5.2 See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v752 v7.5.1 See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v751 v7.5.0 See...

## Changes Updated Kotlin SDK to use gson 2.12.1 ## Developer Checklist [ℹ️](https://github.com/looker-open-source/sdk-codegen/blob/main/CONTRIBUTING.md#developer-checklist) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you...

The Kotlin SDK uses gson 2.8.7, which has been identified to have [CVE-2022-25647](https://nvd.nist.gov/vuln/detail/cve-2022-25647). We should upgrade gson preferably to >= 2.8.9.

kotlin
p3

#1542 adds .github/workflows/kotlin-ci.yml, which builds the kotlin SDK on push and pull request. We should further configure the workflow so that it can run the tests, similar to go-ci.yml and...

enhancement
kotlin
p3

The interpreted versions of the Go SDK package, `github.com/looker-open-source/sdk-codegen/go`, are not getting updated with the new releases being tagged. Go seems to think that `v0.0.2` is the latest version, e.g:...

p3