Skip to content
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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.27.1
Choose a base ref
...
head repository: googleapis/python-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.28.0
Choose a head ref
  • 7 commits
  • 16 files changed
  • 6 contributors

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    ea50e80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca58dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a789d00 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

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

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    d9a03b4 View commit details
    Browse the repository at this point in the history
  2. feat: add AvroOptions to configure AVRO external data (#994)

    * feat: add `AvroOptions` to configure AVRO external data
    
    Also:
    
    * Unify `ExternalConfig` class to use `_properties` for everything. This does
      result in more code, but it should make maintenance easier as it aligns with
      our other mutable resource classes.
    * Adds `bigtable_options`, `csv_options`, and `google_sheets_options`
      properties. This aligns with `parquet_options`.
    
    * remove unnecessary check for options in to_api_repr
    
    * add missing tests for to_api_repr
    
    * remove redundant type identifiers
    tswast authored Sep 30, 2021
    Configuration menu
    Copy the full SHA
    1a9431d View commit details
    Browse the repository at this point in the history
  3. chore: release 2.28.0 (#998)

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