Skip to content

feat: add dgraph tool and source#233

Merged
kurtisvg merged 1 commit into
googleapis:mainfrom
shivaji-kharse:main
Feb 1, 2025
Merged

feat: add dgraph tool and source#233
kurtisvg merged 1 commit into
googleapis:mainfrom
shivaji-kharse:main

Conversation

@shivaji-kharse

Copy link
Copy Markdown
Contributor
  • add dgraph tool and source

@shivaji-kharse shivaji-kharse requested a review from a team January 23, 2025 04:38
@google-cla

google-cla Bot commented Jan 23, 2025

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@shivaji-kharse shivaji-kharse changed the title add dgraph tool and source feat: add dgraph tool and source Jan 23, 2025
@ryanfoxtyler

Copy link
Copy Markdown

@kurtisvg is there an account we need to give access to for the fork so that the workflows can check out the code since it's private?

@kurtisvg

Copy link
Copy Markdown
Collaborator

@kurtisvg is there an account we need to give access to for the fork so that the workflows can check out the code since it's private?

It looks like the recommended approach here is to use a PAT -- so if you give permission to me, I will create a PAT we can use for this.

Comment thread docs/en/resources/sources/_index.md Outdated
Comment thread docs/en/resources/sources/dgraph.md Outdated
Comment thread internal/sources/dgraph/dgraph.go Outdated
Comment thread internal/sources/dgraph/dgraph.go Outdated
Comment thread internal/sources/dgraph/dgraph.go Outdated
Comment thread internal/sources/dgraph/dgraph.go Outdated
Comment thread internal/sources/dgraph/dgraph.go Outdated
Comment thread internal/sources/dgraph/dgraph.go Outdated
Comment thread internal/sources/dgraph/dgraph.go Outdated
Comment thread internal/sources/dgraph/dgraph.go Outdated
@shivaji-kharse shivaji-kharse force-pushed the main branch 2 times, most recently from eebd9b6 to ff5c846 Compare January 27, 2025 07:46
Comment thread internal/sources/dgraph/dgraph.go Outdated
Comment thread docs/en/resources/sources/dgraph.md Outdated
Comment thread docs/en/resources/sources/dgraph.md Outdated
Comment thread docs/en/resources/sources/dgraph.md Outdated
Comment thread docs/en/resources/sources/dgraph.md Outdated
Comment thread docs/tools/dgraph-dql.md Outdated
Comment thread docs/tools/dgraph-dql.md Outdated
Comment thread docs/tools/dgraph-dql.md Outdated
Comment thread docs/tools/dgraph-dql.md Outdated
Comment thread tests/dgraph.yaml Outdated
Comment thread tests/dgraph.yaml Outdated
@shivaji-kharse shivaji-kharse force-pushed the main branch 2 times, most recently from 20bb97a to e682a56 Compare January 31, 2025 06:36

@Yuan325 Yuan325 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! :)

@kurtisvg

kurtisvg commented Feb 1, 2025

Copy link
Copy Markdown
Collaborator

I was able to get tests to pass on this commit by pushing directly to repo. Will skip adding a PAT for now since we plan to open repo next week.

@kurtisvg kurtisvg merged commit 617cc87 into googleapis:main Feb 1, 2025
Yuan325 pushed a commit that referenced this pull request Feb 6, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.1.0](v0.0.5...v0.1.0)
(2025-02-06)


### ⚠ BREAKING CHANGES

* **langchain-sdk:** The SDK for `toolbox-langchain` is now located
[here](https://github.com/googleapis/genai-toolbox-langchain-python).

### Features

* Add Cloud SQL for SQL Server Source and Tool
([#223](#223))
([9bad952](9bad952))
* Add Cloud SQL for MySQL Source and Tool
([#221](#221))
([f1f61d7](f1f61d7))
* Add Dgraph Source and Tool
([#233](#233))
([617cc87](617cc87))
* Add local quickstart
([#232](#232))
([497fb06](497fb06))
* Add user agents for cloud sources
([#244](#244))
([8452f8e](8452f8e))
* Add MySQL Source
([#250](#250))
([378692a](378692a))
* Add MSSQL source
([#255](#255))
([8fca0a9](8fca0a9))


### Bug Fixes

* Auth token verification failure should not throw error immediately
([#234](#234))
([4639cc6](4639cc6))
* Fix typo in postgres test
([#216](#216))
([0c3d12a](0c3d12a))
* **mssql:** Fix mssql tool kind to mssql-sql
([#249](#249))
([1357be2](1357be2))
* **mysql:** Fix mysql tool kind to mysql-sql
([#248](#248))
([669d6b7](669d6b7))
* Schema float type
([#264](#264))
([1702f74](1702f74))
* Typos at test cases
([#265](#265))
([b7c5661](b7c5661))
* Update README and quickstart with the correct async APIs.
([#269](#269))
([21eef2e](21eef2e))
* Update tool invoke to return json
([#266](#266))
([ad58cd5](ad58cd5))

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
jeffreyrubi pushed a commit to jeffreyrubi/genai-toolbox that referenced this pull request Jun 7, 2025
jeffreyrubi pushed a commit to jeffreyrubi/genai-toolbox that referenced this pull request Jun 7, 2025
🤖 I have created a release *beep* *boop*
---


##
[0.1.0](googleapis/mcp-toolbox@v0.0.5...v0.1.0)
(2025-02-06)


### ⚠ BREAKING CHANGES

* **langchain-sdk:** The SDK for `toolbox-langchain` is now located
[here](https://github.com/googleapis/genai-toolbox-langchain-python).

### Features

* Add Cloud SQL for SQL Server Source and Tool
([googleapis#223](googleapis#223))
([9bad952](googleapis@9bad952))
* Add Cloud SQL for MySQL Source and Tool
([googleapis#221](googleapis#221))
([f1f61d7](googleapis@f1f61d7))
* Add Dgraph Source and Tool
([googleapis#233](googleapis#233))
([617cc87](googleapis@617cc87))
* Add local quickstart
([googleapis#232](googleapis#232))
([497fb06](googleapis@497fb06))
* Add user agents for cloud sources
([googleapis#244](googleapis#244))
([8452f8e](googleapis@8452f8e))
* Add MySQL Source
([googleapis#250](googleapis#250))
([378692a](googleapis@378692a))
* Add MSSQL source
([googleapis#255](googleapis#255))
([8fca0a9](googleapis@8fca0a9))


### Bug Fixes

* Auth token verification failure should not throw error immediately
([googleapis#234](googleapis#234))
([4639cc6](googleapis@4639cc6))
* Fix typo in postgres test
([googleapis#216](googleapis#216))
([0c3d12a](googleapis@0c3d12a))
* **mssql:** Fix mssql tool kind to mssql-sql
([googleapis#249](googleapis#249))
([1357be2](googleapis@1357be2))
* **mysql:** Fix mysql tool kind to mysql-sql
([googleapis#248](googleapis#248))
([669d6b7](googleapis@669d6b7))
* Schema float type
([googleapis#264](googleapis#264))
([1702f74](googleapis@1702f74))
* Typos at test cases
([googleapis#265](googleapis#265))
([b7c5661](googleapis@b7c5661))
* Update README and quickstart with the correct async APIs.
([googleapis#269](googleapis#269))
([21eef2e](googleapis@21eef2e))
* Update tool invoke to return json
([googleapis#266](googleapis#266))
([ad58cd5](googleapis@ad58cd5))

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
NightStack15 added a commit to NightStack15/googleapis-_-genai-toolbox that referenced this pull request Mar 20, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.1.0](googleapis/mcp-toolbox@v0.0.5...v0.1.0)
(2025-02-06)


### ⚠ BREAKING CHANGES

* **langchain-sdk:** The SDK for `toolbox-langchain` is now located
[here](https://github.com/googleapis/genai-toolbox-langchain-python).

### Features

* Add Cloud SQL for SQL Server Source and Tool
([#223](googleapis/mcp-toolbox#223))
([9bad952](googleapis/mcp-toolbox@9bad952))
* Add Cloud SQL for MySQL Source and Tool
([#221](googleapis/mcp-toolbox#221))
([f1f61d7](googleapis/mcp-toolbox@f1f61d7))
* Add Dgraph Source and Tool
([#233](googleapis/mcp-toolbox#233))
([617cc87](googleapis/mcp-toolbox@617cc87))
* Add local quickstart
([#232](googleapis/mcp-toolbox#232))
([497fb06](googleapis/mcp-toolbox@497fb06))
* Add user agents for cloud sources
([#244](googleapis/mcp-toolbox#244))
([8452f8e](googleapis/mcp-toolbox@8452f8e))
* Add MySQL Source
([#250](googleapis/mcp-toolbox#250))
([378692a](googleapis/mcp-toolbox@378692a))
* Add MSSQL source
([#255](googleapis/mcp-toolbox#255))
([8fca0a9](googleapis/mcp-toolbox@8fca0a9))


### Bug Fixes

* Auth token verification failure should not throw error immediately
([#234](googleapis/mcp-toolbox#234))
([4639cc6](googleapis/mcp-toolbox@4639cc6))
* Fix typo in postgres test
([#216](googleapis/mcp-toolbox#216))
([0c3d12a](googleapis/mcp-toolbox@0c3d12a))
* **mssql:** Fix mssql tool kind to mssql-sql
([#249](googleapis/mcp-toolbox#249))
([1357be2](googleapis/mcp-toolbox@1357be2))
* **mysql:** Fix mysql tool kind to mysql-sql
([#248](googleapis/mcp-toolbox#248))
([669d6b7](googleapis/mcp-toolbox@669d6b7))
* Schema float type
([#264](googleapis/mcp-toolbox#264))
([1702f74](googleapis/mcp-toolbox@1702f74))
* Typos at test cases
([#265](googleapis/mcp-toolbox#265))
([b7c5661](googleapis/mcp-toolbox@b7c5661))
* Update README and quickstart with the correct async APIs.
([#269](googleapis/mcp-toolbox#269))
([21eef2e](googleapis/mcp-toolbox@21eef2e))
* Update tool invoke to return json
([#266](googleapis/mcp-toolbox#266))
([ad58cd5](googleapis/mcp-toolbox@ad58cd5))

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Kurtis Van Gent <31518063+kurtisvg@users.noreply.github.com>
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