Skip to content

Prep v0.3.10 release (#61)

Compare
Choose a tag to compare
@troyraen troyraen released this 22 Jul 16:35
· 4 commits to main since this release
5cc9559

[v0.3.10] - 2024-07-22

Added

  • Add bigquery.Client class.
  • Add class attributes Table.query, Table.schema.
  • Add dependency on 'db-dtypes' to support BigQuery -> Pandas.

Changed

  • Remove Table.auth and simplify Table.client. This functionality is now managed by
    bigquery.Client.
  • In Table and Topic, the project ID is no longer changed away from what the user provided.
    It was more confusing and dangerous than it was helpful.

Removed

  • Table.auth