Comparing v3.35.0...v3.35.1 · googleapis/python-bigquery

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

Permalink

  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 16, 2025

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. docs: specify the inherited-members directive for job classes (#2244)

    It seems that versions of python earlier than 3.10 may have had issues
    processing inherited members annotations, and accidentally include
    inherited members by default.
    
    As we recently worked to excise older versions of python in this repo,
    it seems we're now correctly processing sphinx directives, which means
    we no longer emit docstrings for inherited members.
    
    This PR adds a minor sphinx directive to include inherited members
    for the job classes, and I've confirmed locally by running the `docsfx`
    nox job that the inherited members do now get included in the docfx_yaml
    output.
    Configuration menu

    Browse the repository at this point in the history

Commits on Jul 24, 2025

  1. Configuration menu

    Browse the repository at this point in the history