Skip to content

Conversation

Genesis929
Copy link
Contributor

@Genesis929 Genesis929 commented Sep 2, 2025

Description


  • bigquery Source: The source configuration now supports a new allowedDatasets field, which defines the list of datasets the tools are allowed to access.
  • bigquery-list-table-ids: Now verifies that the requested dataset is in the allowed datasets list before listing its tables. An error is returned if access is not permitted.

PR Checklist


Thank you for opening a Pull Request! Before submitting your PR, there are a
few things you can do to make sure it goes smoothly:

  • Make sure you reviewed
    CONTRIBUTING.md
  • Make sure to open an issue as a
    bug/issue
    before writing your code! That way we can discuss the change, evaluate
    designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)
  • Make sure to add ! if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

@Genesis929 Genesis929 marked this pull request as ready for review September 2, 2025 22:04
@Genesis929 Genesis929 requested a review from a team as a code owner September 2, 2025 22:04
@Genesis929 Genesis929 requested a review from Yuan325 September 3, 2025 21:40
@Genesis929 Genesis929 added the tests: run Label to trigger Github Action tests. label Sep 4, 2025
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Sep 4, 2025
@Genesis929 Genesis929 requested a review from Yuan325 September 5, 2025 01:07
Copy link
Contributor

@Yuan325 Yuan325 left a comment

Choose a reason for hiding this comment

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

Left some comments, otherwise LGTM.

@Genesis929 Genesis929 added the tests: run Label to trigger Github Action tests. label Sep 9, 2025
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Sep 9, 2025
@Genesis929 Genesis929 enabled auto-merge (squash) September 9, 2025 18:33
@Genesis929 Genesis929 added the tests: run Label to trigger Github Action tests. label Sep 9, 2025
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Sep 9, 2025
@Genesis929 Genesis929 added the tests: run Label to trigger Github Action tests. label Sep 9, 2025
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Sep 9, 2025
@Genesis929 Genesis929 added the tests: run Label to trigger Github Action tests. label Sep 10, 2025
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Sep 10, 2025
@Genesis929 Genesis929 added the tests: run Label to trigger Github Action tests. label Sep 10, 2025
@github-actions github-actions bot removed the tests: run Label to trigger Github Action tests. label Sep 10, 2025
@Genesis929 Genesis929 disabled auto-merge September 10, 2025 17:52
@Genesis929 Genesis929 merged commit aa39724 into googleapis:main Sep 10, 2025
12 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 10, 2025
)

## Description
---
- bigquery Source: The source configuration now supports a new
allowedDatasets field, which defines the list of datasets the tools are
allowed to access.
- bigquery-list-table-ids: Now verifies that the requested dataset is in
the allowed datasets list before listing its tables. An error is
returned if access is not permitted.
## PR Checklist
---
> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:
- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: Yuan Teoh <[email protected]> aa39724
github-actions bot pushed a commit to renovate-bot/googleapis-_-genai-toolbox that referenced this pull request Sep 10, 2025
…ogleapis#1313)

## Description
---
- bigquery Source: The source configuration now supports a new
allowedDatasets field, which defines the list of datasets the tools are
allowed to access.
- bigquery-list-table-ids: Now verifies that the requested dataset is in
the allowed datasets list before listing its tables. An error is
returned if access is not permitted.
## PR Checklist
---
> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:
- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: Yuan Teoh <[email protected]> aa39724
github-actions bot pushed a commit to Genesis929/genai-toolbox that referenced this pull request Sep 10, 2025
…ogleapis#1313)

## Description
---
- bigquery Source: The source configuration now supports a new
allowedDatasets field, which defines the list of datasets the tools are
allowed to access.
- bigquery-list-table-ids: Now verifies that the requested dataset is in
the allowed datasets list before listing its tables. An error is
returned if access is not permitted.
## PR Checklist
---
> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:
- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: Yuan Teoh <[email protected]> aa39724
Genesis929 added a commit to Genesis929/genai-toolbox that referenced this pull request Sep 10, 2025
…#1313)

---
- bigquery Source: The source configuration now supports a new
allowedDatasets field, which defines the list of datasets the tools are
allowed to access.
- bigquery-list-table-ids: Now verifies that the requested dataset is in
the allowed datasets list before listing its tables. An error is
returned if access is not permitted.
---
> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:
- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: Yuan Teoh <[email protected]>
github-actions bot pushed a commit to bhardwajRahul/genai-toolbox that referenced this pull request Sep 10, 2025
…ogleapis#1313)

## Description
---
- bigquery Source: The source configuration now supports a new
allowedDatasets field, which defines the list of datasets the tools are
allowed to access.
- bigquery-list-table-ids: Now verifies that the requested dataset is in
the allowed datasets list before listing its tables. An error is
returned if access is not permitted.
## PR Checklist
---
> Thank you for opening a Pull Request! Before submitting your PR, there
are a
> few things you can do to make sure it goes smoothly:
- [ ] Make sure you reviewed

[CONTRIBUTING.md](https://github.com/googleapis/genai-toolbox/blob/main/CONTRIBUTING.md)
- [ ] Make sure to open an issue as a

[bug/issue](https://github.com/googleapis/langchain-google-alloydb-pg-python/issues/new/choose)
before writing your code! That way we can discuss the change, evaluate
  designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
- [ ] Make sure to add `!` if this involve a breaking change

🛠️ Fixes #<issue_number_goes_here>

---------

Co-authored-by: Yuan Teoh <[email protected]> aa39724
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.

2 participants