sdk-codegen
sdk-codegen copied to clipboard
One SDK to rule them all, and in the codegen bind them
To test: 1. Go to `EmbedPlayground.tsx` 2. Import `itIT` from `@looker/embed-components` 3. On L88 pass `itIT` to `ComponentsProvider` by destructuring it like so : ``` return ( ...) ``` Screenshot:...
Bumps [flask](https://github.com/pallets/flask) from 1.1.2 to 2.3.2. Release notes Sourced from flask's releases. 2.3.2 This is a security fix release for the 2.3.x release branch. Security advisory: https://github.com/pallets/flask/security/advisories/GHSA-m2qf-hxjv-5gpq, CVE-2023-30861 Changes: https://flask.palletsprojects.com/en/2.3.x/changes/#version-2-3-2...
This PR upgrades: - the Gradle version - the build files were rewritten in Kotlin for type safety - the Kotlin version, from 1.7.x to 1.8.x - the Kotlin coroutine...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
render_task_results in typescript Looker40SDK returns string instead of blob. Not able to convert blob string to URL.createObjectURL in typescript. This function accepts only Blob 
**Context** - Large dashboards are a common source of performance issues in Looker. Our public documentation recommends to avoid creating dashboards with more than 25 tiles, however, there's no clear...
Hello, I have set up Looker Oauth using OauthSession class provided by @looker/sdk-rtl package. I'm implementing OauthSettings class as follows: ```typescript class OauthSettings extends ApiSettings { constructor(private settings: IApiSettings =...
I'd like to include the Kotlin SDK in another JVM project. The current jar task only builds the SDK but doesn't include the `ktor`, `gson`, or general Kotlin specific dependencies....
_ERROR: The given key 'client_id' was not present in the dictionary._ Trying to get c# example working, but struggling with auth. Looking at the source code, there's an ApiSettings class...
[LookerSDKStream](https://github.com/looker-open-source/sdk-codegen/blob/3036e6e2d061fa239bd4eb4f8026d28d9e12272a/kotlin/src/main/com/looker/sdk/4.0/streams.kt#L38C7-L38C22) methods do not begin a _true_ stream from a Looker instance to a client. The [Transport](https://github.com/looker-open-source/sdk-codegen/blob/3036e6e2d061fa239bd4eb4f8026d28d9e12272a/kotlin/src/main/com/looker/rtl/Transport.kt#L291-L306) class uses [HttpResponse#receive](https://api.ktor.io/ktor-client/ktor-client-core/io.ktor.client.call/receive.html) which reads all contents of the response synchronously. This can...