sdk-codegen
sdk-codegen copied to clipboard
One SDK to rule them all, and in the codegen bind them
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 all the necessary environment variables, we should be able to initialize the Looker...
Using the sample code below, I am trying to replace all instances of an old field name with a new field name. ``` look_id = 1234 find_text = 'foo.bar' replace_text...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.1. Release notes Sourced from werkzeug's releases. 3.0.1 This is a security release for the 3.0.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/3.0.x/changes/#version-3-0-1 3.0.0 This is a feature...
Adds a Python example using QueryTasks to download each of the elements of a dashboard as CSV inside a folder. Pulling the query status for each task. Fixes #1363 ##...
Adds the [Shadow](https://github.com/johnrengelman/shadow) plugin. This will let us build shaded jars that include all dependencies so developers can use the Kotlin SDK as a standalone jar in other JVM projects....
Currently, there is no example on how to update explores in dashboards. There are some list of steps given [here](https://cloud.google.com/looker/docs/best-practices/how-to-change-the-model-or-explore-of-a-look#h_01EPFP7F2B58J803QDZNZBX2G9) but having an actual example could enable Looker Admins or...
Fix for #1369 - Update render-task-result in methods.ts to return Blob result ## 👋👋 Thank you for contributing to Looker sdk-codegen (⚡️🍣) - 👉 While using render_task_result call to render...
chore(deps): Updated Kotlin from v1.7.0 to v1.9.10, Gradle from v6.7.1 to v8.3 and upgraded linter
## 👋👋 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...
An example that shows how to use the Looker API to add warning text tiles to the top of large dashboards. By default, a dashboard is considered large if it...