Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-bigquery-magics
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: googleapis/python-bigquery-magics
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.1
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 20, 2026

  1. chore: replace old teams with cloud-sdk-python-team and bigquery-data…

    …frame-team (#218)
    
    This PR replaces the old api-bigquery-dataframe with bigquery-dataframe-team,
    and yoshi-python/python-core-client-libraries with cloud-sdk-python-team.
    
    b/478003109
    suztomo authored Feb 20, 2026
    Configuration menu
    Copy the full SHA
    215e53a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. fix: usability improvement to the graph visualizer (#215)

    1) Disallow backticks in the graph name, as the code doesn't handle them
    properly 2) Add try/catch so a failed information_schema query only
    disables schema view, not the entire visualizer 3) Remove the default
    table view when the graph visualizer is used.
    
    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 to open an issue as a
    [bug/issue](https://github.com/googleapis/python-bigquery-magics/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)
    
    Fixes #<issue_number_goes_here> 🦕
    ericfe-google authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    7655ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5de39 View commit details
    Browse the repository at this point in the history
  3. chore: Restrict GraphServer to localhost traffic only in Jupyter mode (

    …#220)
    
    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 to open an issue as a
    [bug/issue](https://github.com/googleapis/python-bigquery-magics/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)
    
    Fixes #<issue_number_goes_here> 🦕
    ericfe-google authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    0a1b7ae View commit details
    Browse the repository at this point in the history
  4. chore: librarian update image pull request: 20260225T210811Z (#221)

    feat: update image to
    us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c
    tswast authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    e2f2b62 View commit details
    Browse the repository at this point in the history
  5. chore: librarian release pull request: 20260225T215852Z (#222)

    PR created by the Librarian CLI to initialize a release. Merging this PR
    will auto trigger a release.
    
    Librarian Version: v0.8.3
    Language Image:
    us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c
    <details><summary>bigquery-magics: v0.12.1</summary>
    
    ##
    [v0.12.1](v0.12.0...v0.12.1)
    (2026-02-25)
    
    ### Bug Fixes
    
    * usability improvement to the graph visualizer (#215)
    ([7655ada](7655ada7))
    
    </details>
    tswast authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    2e8927f View commit details
    Browse the repository at this point in the history
Loading