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.6.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.7.0
Choose a head ref
  • 5 commits
  • 24 files changed
  • 7 contributors

Commits on Feb 25, 2025

  1. chore(python): conditionally load credentials in .kokoro/build.sh (#95)

    Source-Link: googleapis/synthtool@aa69fb7
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f016446d6e520e5fb552c45b110cba3f217bffdd3d06bdddd076e9e6d13266cf
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    50cc906 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2025

  1. Configuration menu
    Copy the full SHA
    79c59e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. chore: remove unused files (#96)

    Co-authored-by: ohmayr <omairn@google.com>
    parthea and ohmayr authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    f3cca3a View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. feat: support visualization of graph queries by adding the --graph ar…

    …gument. (#94)
    
    * Implement graph visualization with the --graph argument.
    
    * Skip graph server tests when spanner-graph-notebook is missing. Also, add a test to bigquery magic for when spanner-graph-notebook is missing.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Fix lint errors and unit tests under nox.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add spanner_graphs to owlbot. Also, fix typo in package name in error message.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Fix owlbot entry
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add spanner_graphs as optional dependency with minimum version 1.1.1.
    
    This is required for graph visualization.
    
    * Change owlbot so spanner-graph-notebook is added to the config using python runtime 3.12 instead of 3.8, as spanner-graph-notebook does not support runtime version 3.8.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Fix typo
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Fix dependent package name: spanner_graphs -> spanner-graph-notebook
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add unit test coverage for the GraphServer object.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add more unit tests for convert_graph_data() to boost code coverage.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add more tests.
    
    * Move get_ping() and post_ping() out of the GraphServer class, into the unit test
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add unit test for handle_post_query() in GraphServer.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Fix lint, remove a line of dead code, mark test_post_query for skipping if spanner_graphs is not present.
    
    * Remove more dead code in graph server, add test for --graph without spanner-graph-notebook present.
    
    * Add unit tests for colab paths.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Use pytest.raises() instead of try/except
    
    * Add test coverage for the case where a graph query is run after the graph server is already running, due to another graph query having run previously.
    
    * Add docstrings
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Move networkx and portpicker to extras under "spanner-graph-notebook".
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Finish making graph dependencies optional
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fix port
    
    * Convert graph server to singleton object.
    
    * reformat
    
    * Fix handling of null json elements.
    
    * reformat
    
    * Apply suggestions from code review
    
    * Pin spanner-graph-notebook to exactly version 1.1.1, as subsequent changes to that repository broke our use of is.
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Tim Sweña (Swast) <swast@google.com>
    3 people authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    3c054f5 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 0.7.0 (#99)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    ae226ed View commit details
    Browse the repository at this point in the history
Loading