-
Notifications
You must be signed in to change notification settings - Fork 198
feat: generate SDKs for Looker 25.14 #1600
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Release-As: 25.14.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary of Changes
Hello @drstrangelooker, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!
This pull request brings the Looker SDKs up to version 25.14, incorporating new functionalities and data points across various programming languages. The updates primarily focus on expanding API capabilities for content management, user administration, and database connection details, providing developers with more tools and flexibility when interacting with the Looker platform.
Highlights
- SDK Version Update: The SDKs across C#, Go, Kotlin, Python, Swift, and TypeScript have been updated to align with Looker version 25.14.
- New
search_content_favorites
Parameter: A new parameter,include_board_items
, has been added to thesearch_content_favorites
method, allowing for more granular control over content favorite searches related to boards. - New
search_users
Parameter and User Model Field: Thesearch_users
method and theUser
model now include acan_manage_api3_creds
parameter/field, enabling searches for users based on their API3 credential management capabilities. - New
update_user_credentials_api3
Method: A new method,update_user_credentials_api3
, has been introduced to allow patching (updating) of API3 credentials for a specified user. - Expanded Model Properties: Several models have been enhanced with new properties, including
homepage_id
andagent_id
inContentMeta
,purpose
inCredentialsApi3
andCreateCredentialsApi3
, anduses_service_auth
inDBConnection
.
Using Gemini Code Assist
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.
Invoking Gemini
You can request assistance from Gemini at any point in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command>
or @gemini-code-assist <command>
. Below is a summary of the supported commands.
Feature | Command | Description |
---|---|---|
Code Review | /gemini review |
Performs a code review for the current pull request in its current state. |
Pull Request Summary | /gemini summary |
Provides a summary of the current pull request in its current state. |
Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in issue comments and review comments. |
Help | /gemini help |
Displays a list of available commands. |
Customization
To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/
folder in the base of the repository. Detailed instructions can be found here.
Limitations & Feedback
Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.
You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.
Footnotes
-
Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩
Python Tests 10 files 10 suites 1m 28s ⏱️ Results for commit 38b7aad. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request updates the SDKs for Looker version 25.14 across multiple languages (C#, Go, Kotlin, TypeScript, Python, and Swift). The changes primarily involve version bumps, adding new API methods, and updating data models to reflect new features in the Looker API. The changes appear to be auto-generated and are consistent across the different SDKs. However, I've identified a critical issue in the newly generated Swift code where the use of try!
for JSON encoding could lead to application crashes. I've provided suggestions to fix this.
Typescript Tests 2 files 56 suites 1m 1s ⏱️ Results for commit 38b7aad. ♻️ This comment has been updated with latest results. |
🤖 I have created a release *beep* *boop* --- <details><summary>@looker/api-explorer: 0.9.78</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/code-editor bumped from 0.1.44 to 0.1.45 * @looker/extension-utils bumped from 0.1.54 to 0.1.55 * @looker/run-it bumped from 0.9.77 to 0.9.78 * @looker/sdk bumped from 25.10.0 to 25.16.0 * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0 * devDependencies * @looker/sdk-codegen-scripts bumped from 21.5.34 to 21.5.35 * @looker/sdk-node bumped from 25.10.0 to 25.16.0 </details> <details><summary>@looker/code-editor: 0.1.45</summary> ### Dependencies * The following workspace dependencies were updated * devDependencies * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0 </details> <details><summary>@looker/extension-api-explorer: 22.21.35</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/api-explorer bumped from 0.9.77 to 0.9.78 * @looker/extension-sdk bumped from 25.10.0 to 25.16.0 * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0 * @looker/extension-utils bumped from 0.1.54 to 0.1.55 * @looker/run-it bumped from 0.9.77 to 0.9.78 * @looker/sdk bumped from 25.10.0 to 25.16.0 * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0 </details> <details><summary>@looker/extension-playground: 1.0.35</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/extension-sdk bumped from 25.10.0 to 25.16.0 * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0 * @looker/sdk bumped from 25.10.0 to 25.16.0 </details> <details><summary>@looker/extension-tile-playground: 1.1.22</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/extension-sdk bumped from 25.10.0 to 25.16.0 * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0 * @looker/sdk bumped from 25.10.0 to 25.16.0 </details> <details><summary>@looker/extension-utils: 0.1.55</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/code-editor bumped from 0.1.44 to 0.1.45 * @looker/extension-sdk bumped from 25.10.0 to 25.16.0 * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0 * @looker/sdk bumped from 25.10.0 to 25.16.0 </details> <details><summary>@looker/hackathon: 22.21.37</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/code-editor bumped from 0.1.44 to 0.1.45 * @looker/extension-sdk bumped from 25.10.0 to 25.16.0 * @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0 * @looker/extension-utils bumped from 0.1.54 to 0.1.55 * @looker/sdk bumped from 25.10.0 to 25.16.0 * @looker/wholly-artifact bumped from 0.1.35 to 0.1.36 </details> <details><summary>@looker/run-it: 0.9.78</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/code-editor bumped from 0.1.44 to 0.1.45 * @looker/extension-utils bumped from 0.1.54 to 0.1.55 * @looker/sdk bumped from 25.10.0 to 25.16.0 * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0 * @looker/sdk-codegen-utils bumped from 21.0.24 to 21.0.25 </details> <details><summary>sdk-codegen: 21.10.0</summary> ## [21.10.0](sdk-codegen-v21.9.13...sdk-codegen-v21.10.0) (2025-09-17) ### Features * **go:** Expose session object in Go SDK ([#1602](#1602)) ([6afa715](6afa715)) ### Dependencies * The following workspace dependencies were updated * devDependencies * @looker/sdk-codegen-utils bumped from 21.0.24 to 21.0.25 </details> <details><summary>@looker/sdk-codegen-scripts: 21.5.35</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/sdk bumped from 25.10.0 to 25.16.0 * @looker/sdk-codegen bumped from 21.9.13 to 21.10.0 * @looker/sdk-codegen-utils bumped from 21.0.24 to 21.0.25 * @looker/sdk-node bumped from 25.10.0 to 25.16.0 </details> <details><summary>@looker/sdk-codegen-utils: 21.0.25</summary> ### Dependencies * The following workspace dependencies were updated * devDependencies * @looker/sdk bumped from 25.10.0 to 25.16.0 * @looker/sdk-node bumped from 25.10.0 to 25.16.0 </details> <details><summary>@looker/wholly-artifact: 0.1.36</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/sdk bumped from 25.10.0 to 25.16.0 * devDependencies * @looker/sdk-node bumped from 25.10.0 to 25.16.0 </details> <details><summary>@looker/wholly-sheet: 0.5.74</summary> ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/sdk bumped from 25.10.0 to 25.16.0 * devDependencies * @looker/sdk-node bumped from 25.10.0 to 25.16.0 </details> <details><summary>sdk-codegen-all: 25.16.0</summary> ## [25.16.0](sdk-codegen-all-v25.10.0...sdk-codegen-all-v25.16.0) (2025-09-17) ### Features * generate SDKs for Looker 25.14 ([#1600](#1600)) ([feff16e](feff16e)) * generate SDKs for Looker 25.16 ([#1605](#1605)) ([5792b41](5792b41)) * **go:** Expose session object in Go SDK ([#1602](#1602)) ([6afa715](6afa715)) ### Bug Fixes * fixed bug in go example ([#1595](#1595)) ([6e45409](6e45409)) </details> <details><summary>looker_sdk: 25.16.0</summary> ## [25.16.0](looker_sdk-v25.10.0...looker_sdk-v25.16.0) (2025-09-17) ### Features * generate SDKs for Looker 25.14 ([#1600](#1600)) ([feff16e](feff16e)) * generate SDKs for Looker 25.16 ([#1605](#1605)) ([5792b41](5792b41)) </details> <details><summary>embed-components: 25.16.0</summary> ## [25.16.0](embed-components-v25.10.0...embed-components-v25.16.0) (2025-09-17) ### Miscellaneous Chores * **embed-components:** Synchronize undefined versions ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/embed-services bumped from 25.10.0 to 25.16.0 * @looker/sdk bumped from 25.10.0 to 25.16.0 * devDependencies * @looker/sdk-node bumped from 25.10.0 to 25.16.0 </details> <details><summary>embed-services: 25.16.0</summary> ## [25.16.0](embed-services-v25.10.0...embed-services-v25.16.0) (2025-09-17) ### Miscellaneous Chores * **embed-services:** Synchronize undefined versions ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/sdk bumped from 25.10.0 to 25.16.0 * devDependencies * @looker/sdk-node bumped from 25.10.0 to 25.16.0 </details> <details><summary>extension-sdk: 25.16.0</summary> ## [25.16.0](extension-sdk-v25.10.0...extension-sdk-v25.16.0) (2025-09-17) ### Miscellaneous Chores * **extension-sdk:** Synchronize undefined versions ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/sdk bumped from 25.10.0 to 25.16.0 </details> <details><summary>extension-sdk-react: 25.16.0</summary> ## [25.16.0](extension-sdk-react-v25.10.0...extension-sdk-react-v25.16.0) (2025-09-17) ### Miscellaneous Chores * **extension-sdk-react:** Synchronize undefined versions ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/extension-sdk bumped from 25.10.0 to 25.16.0 * @looker/sdk bumped from 25.10.0 to 25.16.0 </details> <details><summary>sdk: 25.16.0</summary> ## [25.16.0](sdk-v25.10.0...sdk-v25.16.0) (2025-09-17) ### Features * generate SDKs for Looker 25.14 ([#1600](#1600)) ([feff16e](feff16e)) * generate SDKs for Looker 25.16 ([#1605](#1605)) ([5792b41](5792b41)) </details> <details><summary>sdk-node: 25.16.0</summary> ## [25.16.0](sdk-node-v25.10.0...sdk-node-v25.16.0) (2025-09-17) ### Miscellaneous Chores * **sdk-node:** Synchronize undefined versions ### Dependencies * The following workspace dependencies were updated * dependencies * @looker/sdk bumped from 25.10.0 to 25.16.0 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Release-As: 25.14.0