Skip to content

feat(tools/dataplex-get-data-asset): Add dataplex-get-data-asset tool#3503

Merged
Yuan325 merged 53 commits into
googleapis:mainfrom
theantagonist9509:feat/dataplex-get-data-asset
Jul 7, 2026
Merged

feat(tools/dataplex-get-data-asset): Add dataplex-get-data-asset tool#3503
Yuan325 merged 53 commits into
googleapis:mainfrom
theantagonist9509:feat/dataplex-get-data-asset

Conversation

@theantagonist9509

@theantagonist9509 theantagonist9509 commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Important

Stacked Changeset: This PR depends on changes in previous PRs (#3337, #3499, #3500).

  • Please merge previous PRs first before reviewing/merging this one.
  • The file diff below will appear large as it includes its ancestors' commits. It will resolve itself once the preceding PRs are merged and this branch is synced.

This PR implements the dataplex-get-data-asset tool for the Dataplex
(Knowledge Catalog) source, allowing users to fetch detailed configuration
metadata for a single Data Asset.

Changes overview:

  • Dataplex Source: Implemented GetDataAsset to retrieve details for a
    specific asset by location, data product, and asset ID. The response maps the
    resource URI, labels, and access group configurations.
  • New Tool: Created the dataplex-get-data-asset tool exposing locationId ,
    dataProductId , and dataAssetId parameters.
  • Tests:
    • Added unit tests for tool configuration parsing.
    • Added integration tests asserting successful metadata retrieval and
      authorization checks.
  • Documentation: Created the reference page for the tool, updated the
    Dataplex source guide, and added it to the main capabilities list.

theantagonist9509 and others added 30 commits June 2, 2026 14:15
@theantagonist9509
theantagonist9509 force-pushed the feat/dataplex-get-data-asset branch from 53a0bb4 to 3a3ff55 Compare June 30, 2026 05:43
@Yuan325 Yuan325 added the release candidate Use label to signal PR should be included in the next release. label Jun 30, 2026
@Yuan325 Yuan325 assigned Yuan325 and unassigned duwenxin99 Jun 30, 2026
@Yuan325 Yuan325 changed the title feat: Add dataplex-get-data-asset tool feat(tools/dataplex-get-data-asset): Add dataplex-get-data-asset tool Jun 30, 2026
@Yuan325 Yuan325 removed the release candidate Use label to signal PR should be included in the next release. label Jun 30, 2026
Comment thread internal/sources/dataplex/dataplex.go Outdated
Comment thread internal/sources/dataplex/dataplex.go Outdated
Comment thread internal/sources/dataplex/dataplex.go Outdated
Comment thread internal/sources/dataplex/dataplex.go Outdated
Comment thread internal/tools/dataplex/dataplexgetdataasset/dataplexgetdataasset.go Outdated
Comment thread internal/tools/dataplex/dataplexgetdataasset/dataplexgetdataasset.go Outdated
@Yuan325

Yuan325 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

/gcbrun

1 similar comment
@Yuan325

Yuan325 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

/gcbrun

@Yuan325
Yuan325 enabled auto-merge (squash) July 7, 2026 00:36
@Yuan325
Yuan325 merged commit 1ddfbe9 into googleapis:main Jul 7, 2026
28 checks passed
github-actions Bot pushed a commit that referenced this pull request Jul 7, 2026
…set tool (#3503)

> [!IMPORTANT]
> **Stacked Changeset:** This PR depends on changes in previous PRs
(#3337, #3499, #3500).
> - **Please merge previous PRs first** before reviewing/merging this
one.
> - The file diff below will appear large as it includes its ancestors'
commits. It will resolve itself once the preceding PRs are merged and
this branch is synced.

  This PR implements the  dataplex-get-data-asset  tool for the Dataplex
(Knowledge Catalog) source, allowing users to fetch detailed
configuration
  metadata for a single Data Asset.

  Changes overview:

- Dataplex Source: Implemented GetDataAsset to retrieve details for a
specific asset by location, data product, and asset ID. The response
maps the
  resource URI, labels, and access group configurations.
- New Tool: Created the dataplex-get-data-asset tool exposing locationId
,
  dataProductId , and  dataAssetId  parameters.
  - Tests:
      - Added unit tests for tool configuration parsing.
- Added integration tests asserting successful metadata retrieval and
      authorization checks.
  - Documentation: Created the reference page for the tool, updated the
  Dataplex source guide, and added it to the main capabilities list.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> 1ddfbe9
Yuan325 added a commit that referenced this pull request Jul 7, 2026
…oduct tool (#3504)

> [!IMPORTANT]
> **Stacked Changeset:** This PR depends on changes in previous PRs
(#3337, #3499, #3500, #3503).
> - **Please merge previous PRs first** before reviewing/merging this
one.
> - The file diff below will appear large as it includes its ancestors'
commits. It will resolve itself once the preceding PRs are merged and
this branch is synced.

This PR implements the dataplex-create-data-product tool for the
Dataplex
(Knowledge Catalog) source. Since creation is a Long-Running Operation
(LRO),
the tool immediately returns the operation ID to allow asynchronous
polling.

  Changes overview:

- Dataplex Source: Implemented CreateDataProduct which starts the
creation
  process and returns the immediate LRO details.
  - New Tool: Created the  dataplex-create-data-product  tool exposing
locationId , dataProductId , displayName , description , ownerEmails ,
  and  accessGroups  parameters.
  - Tests:
      - Added unit tests for tool configuration parsing.
- Added integration tests verifying LRO triggers and access
restrictions.
  - Documentation: Created the reference page for the tool, updated the
  Dataplex source guide to cover LRO polling, and added it to the
  capabilities list.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
github-actions Bot pushed a commit that referenced this pull request Jul 7, 2026
…-data-product tool (#3504)

> [!IMPORTANT]
> **Stacked Changeset:** This PR depends on changes in previous PRs
(#3337, #3499, #3500, #3503).
> - **Please merge previous PRs first** before reviewing/merging this
one.
> - The file diff below will appear large as it includes its ancestors'
commits. It will resolve itself once the preceding PRs are merged and
this branch is synced.

This PR implements the dataplex-create-data-product tool for the
Dataplex
(Knowledge Catalog) source. Since creation is a Long-Running Operation
(LRO),
the tool immediately returns the operation ID to allow asynchronous
polling.

  Changes overview:

- Dataplex Source: Implemented CreateDataProduct which starts the
creation
  process and returns the immediate LRO details.
  - New Tool: Created the  dataplex-create-data-product  tool exposing
locationId , dataProductId , displayName , description , ownerEmails ,
  and  accessGroups  parameters.
  - Tests:
      - Added unit tests for tool configuration parsing.
- Added integration tests verifying LRO triggers and access
restrictions.
  - Documentation: Created the reference page for the tool, updated the
  Dataplex source guide to cover LRO polling, and added it to the
  capabilities list.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> 5cee0d2
Yuan325 added a commit that referenced this pull request Jul 16, 2026
🤖 I have created a release *beep* *boop*
---


##
[1.7.0](v1.6.0...v1.7.0)
(2026-07-16)


#### Features

* Add `quotaProject` support for BigQuery and Looker conversational
analytics
([#2610](#2610))
([f3e7ca9](f3e7ca9))
* **arcadedb:** Add arcadedb source and tools
([#2961](#2961))
([351de00](351de00))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for
developer use
([#3451](#3451))
([8cffcef](8cffcef))
* **source/postgres:** Add optional connectTimeout
([#3620](#3620))
([b574b07](b574b07))
* **tool/clickhouse-sql:** Add native vector embedding support
([#3229](#3229))
([6cbe1c2](6cbe1c2))
*
**tool/dataplex-update-data-product,tool/dataplex-create-data-asset,tool/dataplex-update-data-asset:**
Add update data product, create data asset, and update data asset tools
for knowledge catalog source
([#3574](#3574))
([721c204](721c204))
* **tools/dataplex-create-data-product:** Add
dataplex-create-data-product tool
([#3504](#3504))
([5cee0d2](5cee0d2))
* **tools/dataplex-get-data-asset:** Add dataplex-get-data-asset tool
([#3503](#3503))
([1ddfbe9](1ddfbe9))


### Bug Fixes

* **parameters:** Report the offending value in array/map type errors
([#3512](#3512))
([4034d6f](4034d6f))
* **parameters:** Return an error instead of panicking on a non-string
type field
([#3516](#3516))
([66a0d53](66a0d53))
* **source/looker:** Dynamically resolve public host URL
([#3603](#3603))
([0428afd](0428afd))
* **tool/looker-run-dashboard:** Add support for SQL Runner query tiles
([#3594](#3594))
([0975d0a](0975d0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com>
github-actions Bot pushed a commit that referenced this pull request Jul 16, 2026
🤖 I have created a release *beep* *boop*
---

##
[1.7.0](v1.6.0...v1.7.0)
(2026-07-16)

#### Features

* Add `quotaProject` support for BigQuery and Looker conversational
analytics
([#2610](#2610))
([f3e7ca9](f3e7ca9))
* **arcadedb:** Add arcadedb source and tools
([#2961](#2961))
([351de00](351de00))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for
developer use
([#3451](#3451))
([8cffcef](8cffcef))
* **source/postgres:** Add optional connectTimeout
([#3620](#3620))
([b574b07](b574b07))
* **tool/clickhouse-sql:** Add native vector embedding support
([#3229](#3229))
([6cbe1c2](6cbe1c2))
*
**tool/dataplex-update-data-product,tool/dataplex-create-data-asset,tool/dataplex-update-data-asset:**
Add update data product, create data asset, and update data asset tools
for knowledge catalog source
([#3574](#3574))
([721c204](721c204))
* **tools/dataplex-create-data-product:** Add
dataplex-create-data-product tool
([#3504](#3504))
([5cee0d2](5cee0d2))
* **tools/dataplex-get-data-asset:** Add dataplex-get-data-asset tool
([#3503](#3503))
([1ddfbe9](1ddfbe9))

### Bug Fixes

* **parameters:** Report the offending value in array/map type errors
([#3512](#3512))
([4034d6f](4034d6f))
* **parameters:** Return an error instead of panicking on a non-string
type field
([#3516](#3516))
([66a0d53](66a0d53))
* **source/looker:** Dynamically resolve public host URL
([#3603](#3603))
([0428afd](0428afd))
* **tool/looker-run-dashboard:** Add support for SQL Runner query tiles
([#3594](#3594))
([0975d0a](0975d0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> fbe2b21
github-actions Bot pushed a commit to rodineyw/mcp-toolbox that referenced this pull request Jul 17, 2026
🤖 I have created a release *beep* *boop*
---

##
[1.7.0](googleapis/mcp-toolbox@v1.6.0...v1.7.0)
(2026-07-16)

#### Features

* Add `quotaProject` support for BigQuery and Looker conversational
analytics
([googleapis#2610](googleapis#2610))
([f3e7ca9](googleapis@f3e7ca9))
* **arcadedb:** Add arcadedb source and tools
([googleapis#2961](googleapis#2961))
([351de00](googleapis@351de00))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for
developer use
([googleapis#3451](googleapis#3451))
([8cffcef](googleapis@8cffcef))
* **source/postgres:** Add optional connectTimeout
([googleapis#3620](googleapis#3620))
([b574b07](googleapis@b574b07))
* **tool/clickhouse-sql:** Add native vector embedding support
([googleapis#3229](googleapis#3229))
([6cbe1c2](googleapis@6cbe1c2))
*
**tool/dataplex-update-data-product,tool/dataplex-create-data-asset,tool/dataplex-update-data-asset:**
Add update data product, create data asset, and update data asset tools
for knowledge catalog source
([googleapis#3574](googleapis#3574))
([721c204](googleapis@721c204))
* **tools/dataplex-create-data-product:** Add
dataplex-create-data-product tool
([googleapis#3504](googleapis#3504))
([5cee0d2](googleapis@5cee0d2))
* **tools/dataplex-get-data-asset:** Add dataplex-get-data-asset tool
([googleapis#3503](googleapis#3503))
([1ddfbe9](googleapis@1ddfbe9))

### Bug Fixes

* **parameters:** Report the offending value in array/map type errors
([googleapis#3512](googleapis#3512))
([4034d6f](googleapis@4034d6f))
* **parameters:** Return an error instead of panicking on a non-string
type field
([googleapis#3516](googleapis#3516))
([66a0d53](googleapis@66a0d53))
* **source/looker:** Dynamically resolve public host URL
([googleapis#3603](googleapis#3603))
([0428afd](googleapis@0428afd))
* **tool/looker-run-dashboard:** Add support for SQL Runner query tiles
([googleapis#3594](googleapis#3594))
([0975d0a](googleapis@0975d0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> fbe2b21
github-actions Bot pushed a commit to Jaleel-zhu/genai-toolbox that referenced this pull request Jul 17, 2026
🤖 I have created a release *beep* *boop*
---

##
[1.7.0](googleapis/mcp-toolbox@v1.6.0...v1.7.0)
(2026-07-16)

#### Features

* Add `quotaProject` support for BigQuery and Looker conversational
analytics
([googleapis#2610](googleapis#2610))
([f3e7ca9](googleapis@f3e7ca9))
* **arcadedb:** Add arcadedb source and tools
([googleapis#2961](googleapis#2961))
([351de00](googleapis@351de00))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for
developer use
([googleapis#3451](googleapis#3451))
([8cffcef](googleapis@8cffcef))
* **source/postgres:** Add optional connectTimeout
([googleapis#3620](googleapis#3620))
([b574b07](googleapis@b574b07))
* **tool/clickhouse-sql:** Add native vector embedding support
([googleapis#3229](googleapis#3229))
([6cbe1c2](googleapis@6cbe1c2))
*
**tool/dataplex-update-data-product,tool/dataplex-create-data-asset,tool/dataplex-update-data-asset:**
Add update data product, create data asset, and update data asset tools
for knowledge catalog source
([googleapis#3574](googleapis#3574))
([721c204](googleapis@721c204))
* **tools/dataplex-create-data-product:** Add
dataplex-create-data-product tool
([googleapis#3504](googleapis#3504))
([5cee0d2](googleapis@5cee0d2))
* **tools/dataplex-get-data-asset:** Add dataplex-get-data-asset tool
([googleapis#3503](googleapis#3503))
([1ddfbe9](googleapis@1ddfbe9))

### Bug Fixes

* **parameters:** Report the offending value in array/map type errors
([googleapis#3512](googleapis#3512))
([4034d6f](googleapis@4034d6f))
* **parameters:** Return an error instead of panicking on a non-string
type field
([googleapis#3516](googleapis#3516))
([66a0d53](googleapis@66a0d53))
* **source/looker:** Dynamically resolve public host URL
([googleapis#3603](googleapis#3603))
([0428afd](googleapis@0428afd))
* **tool/looker-run-dashboard:** Add support for SQL Runner query tiles
([googleapis#3594](googleapis#3594))
([0975d0a](googleapis@0975d0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> fbe2b21
github-actions Bot pushed a commit to pepe57/genai-toolbox that referenced this pull request Jul 17, 2026
🤖 I have created a release *beep* *boop*
---

##
[1.7.0](googleapis/mcp-toolbox@v1.6.0...v1.7.0)
(2026-07-16)

#### Features

* Add `quotaProject` support for BigQuery and Looker conversational
analytics
([googleapis#2610](googleapis#2610))
([f3e7ca9](googleapis@f3e7ca9))
* **arcadedb:** Add arcadedb source and tools
([googleapis#2961](googleapis#2961))
([351de00](googleapis@351de00))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for
developer use
([googleapis#3451](googleapis#3451))
([8cffcef](googleapis@8cffcef))
* **source/postgres:** Add optional connectTimeout
([googleapis#3620](googleapis#3620))
([b574b07](googleapis@b574b07))
* **tool/clickhouse-sql:** Add native vector embedding support
([googleapis#3229](googleapis#3229))
([6cbe1c2](googleapis@6cbe1c2))
*
**tool/dataplex-update-data-product,tool/dataplex-create-data-asset,tool/dataplex-update-data-asset:**
Add update data product, create data asset, and update data asset tools
for knowledge catalog source
([googleapis#3574](googleapis#3574))
([721c204](googleapis@721c204))
* **tools/dataplex-create-data-product:** Add
dataplex-create-data-product tool
([googleapis#3504](googleapis#3504))
([5cee0d2](googleapis@5cee0d2))
* **tools/dataplex-get-data-asset:** Add dataplex-get-data-asset tool
([googleapis#3503](googleapis#3503))
([1ddfbe9](googleapis@1ddfbe9))

### Bug Fixes

* **parameters:** Report the offending value in array/map type errors
([googleapis#3512](googleapis#3512))
([4034d6f](googleapis@4034d6f))
* **parameters:** Return an error instead of panicking on a non-string
type field
([googleapis#3516](googleapis#3516))
([66a0d53](googleapis@66a0d53))
* **source/looker:** Dynamically resolve public host URL
([googleapis#3603](googleapis#3603))
([0428afd](googleapis@0428afd))
* **tool/looker-run-dashboard:** Add support for SQL Runner query tiles
([googleapis#3594](googleapis#3594))
([0975d0a](googleapis@0975d0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> fbe2b21
github-actions Bot pushed a commit to CaffeeLake/genai-toolbox that referenced this pull request Jul 17, 2026
🤖 I have created a release *beep* *boop*
---

##
[1.7.0](googleapis/mcp-toolbox@v1.6.0...v1.7.0)
(2026-07-16)

#### Features

* Add `quotaProject` support for BigQuery and Looker conversational
analytics
([googleapis#2610](googleapis#2610))
([f3e7ca9](googleapis@f3e7ca9))
* **arcadedb:** Add arcadedb source and tools
([googleapis#2961](googleapis#2961))
([351de00](googleapis@351de00))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for
developer use
([googleapis#3451](googleapis#3451))
([8cffcef](googleapis@8cffcef))
* **source/postgres:** Add optional connectTimeout
([googleapis#3620](googleapis#3620))
([b574b07](googleapis@b574b07))
* **tool/clickhouse-sql:** Add native vector embedding support
([googleapis#3229](googleapis#3229))
([6cbe1c2](googleapis@6cbe1c2))
*
**tool/dataplex-update-data-product,tool/dataplex-create-data-asset,tool/dataplex-update-data-asset:**
Add update data product, create data asset, and update data asset tools
for knowledge catalog source
([googleapis#3574](googleapis#3574))
([721c204](googleapis@721c204))
* **tools/dataplex-create-data-product:** Add
dataplex-create-data-product tool
([googleapis#3504](googleapis#3504))
([5cee0d2](googleapis@5cee0d2))
* **tools/dataplex-get-data-asset:** Add dataplex-get-data-asset tool
([googleapis#3503](googleapis#3503))
([1ddfbe9](googleapis@1ddfbe9))

### Bug Fixes

* **parameters:** Report the offending value in array/map type errors
([googleapis#3512](googleapis#3512))
([4034d6f](googleapis@4034d6f))
* **parameters:** Return an error instead of panicking on a non-string
type field
([googleapis#3516](googleapis#3516))
([66a0d53](googleapis@66a0d53))
* **source/looker:** Dynamically resolve public host URL
([googleapis#3603](googleapis#3603))
([0428afd](googleapis@0428afd))
* **tool/looker-run-dashboard:** Add support for SQL Runner query tiles
([googleapis#3594](googleapis#3594))
([0975d0a](googleapis@0975d0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> fbe2b21
github-actions Bot pushed a commit to bhardwajRahul/genai-toolbox that referenced this pull request Jul 17, 2026
🤖 I have created a release *beep* *boop*
---

##
[1.7.0](googleapis/mcp-toolbox@v1.6.0...v1.7.0)
(2026-07-16)

#### Features

* Add `quotaProject` support for BigQuery and Looker conversational
analytics
([googleapis#2610](googleapis#2610))
([f3e7ca9](googleapis@f3e7ca9))
* **arcadedb:** Add arcadedb source and tools
([googleapis#2961](googleapis#2961))
([351de00](googleapis@351de00))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for
developer use
([googleapis#3451](googleapis#3451))
([8cffcef](googleapis@8cffcef))
* **source/postgres:** Add optional connectTimeout
([googleapis#3620](googleapis#3620))
([b574b07](googleapis@b574b07))
* **tool/clickhouse-sql:** Add native vector embedding support
([googleapis#3229](googleapis#3229))
([6cbe1c2](googleapis@6cbe1c2))
*
**tool/dataplex-update-data-product,tool/dataplex-create-data-asset,tool/dataplex-update-data-asset:**
Add update data product, create data asset, and update data asset tools
for knowledge catalog source
([googleapis#3574](googleapis#3574))
([721c204](googleapis@721c204))
* **tools/dataplex-create-data-product:** Add
dataplex-create-data-product tool
([googleapis#3504](googleapis#3504))
([5cee0d2](googleapis@5cee0d2))
* **tools/dataplex-get-data-asset:** Add dataplex-get-data-asset tool
([googleapis#3503](googleapis#3503))
([1ddfbe9](googleapis@1ddfbe9))

### Bug Fixes

* **parameters:** Report the offending value in array/map type errors
([googleapis#3512](googleapis#3512))
([4034d6f](googleapis@4034d6f))
* **parameters:** Return an error instead of panicking on a non-string
type field
([googleapis#3516](googleapis#3516))
([66a0d53](googleapis@66a0d53))
* **source/looker:** Dynamically resolve public host URL
([googleapis#3603](googleapis#3603))
([0428afd](googleapis@0428afd))
* **tool/looker-run-dashboard:** Add support for SQL Runner query tiles
([googleapis#3594](googleapis#3594))
([0975d0a](googleapis@0975d0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> fbe2b21
github-actions Bot pushed a commit to CrazyForks/genai-toolbox that referenced this pull request Jul 17, 2026
🤖 I have created a release *beep* *boop*
---

##
[1.7.0](googleapis/mcp-toolbox@v1.6.0...v1.7.0)
(2026-07-16)

#### Features

* Add `quotaProject` support for BigQuery and Looker conversational
analytics
([googleapis#2610](googleapis#2610))
([f3e7ca9](googleapis@f3e7ca9))
* **arcadedb:** Add arcadedb source and tools
([googleapis#2961](googleapis#2961))
([351de00](googleapis@351de00))
* **cmd/internal,docs:** Add warning log that prebuilt tools are for
developer use
([googleapis#3451](googleapis#3451))
([8cffcef](googleapis@8cffcef))
* **source/postgres:** Add optional connectTimeout
([googleapis#3620](googleapis#3620))
([b574b07](googleapis@b574b07))
* **tool/clickhouse-sql:** Add native vector embedding support
([googleapis#3229](googleapis#3229))
([6cbe1c2](googleapis@6cbe1c2))
*
**tool/dataplex-update-data-product,tool/dataplex-create-data-asset,tool/dataplex-update-data-asset:**
Add update data product, create data asset, and update data asset tools
for knowledge catalog source
([googleapis#3574](googleapis#3574))
([721c204](googleapis@721c204))
* **tools/dataplex-create-data-product:** Add
dataplex-create-data-product tool
([googleapis#3504](googleapis#3504))
([5cee0d2](googleapis@5cee0d2))
* **tools/dataplex-get-data-asset:** Add dataplex-get-data-asset tool
([googleapis#3503](googleapis#3503))
([1ddfbe9](googleapis@1ddfbe9))

### Bug Fixes

* **parameters:** Report the offending value in array/map type errors
([googleapis#3512](googleapis#3512))
([4034d6f](googleapis@4034d6f))
* **parameters:** Return an error instead of panicking on a non-string
type field
([googleapis#3516](googleapis#3516))
([66a0d53](googleapis@66a0d53))
* **source/looker:** Dynamically resolve public host URL
([googleapis#3603](googleapis#3603))
([0428afd](googleapis@0428afd))
* **tool/looker-run-dashboard:** Add support for SQL Runner query tiles
([googleapis#3594](googleapis#3594))
([0975d0a](googleapis@0975d0a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Yuan Teoh <45984206+Yuan325@users.noreply.github.com> fbe2b21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants