Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more BigQuery support. Fix up documentation. #60

Merged
merged 13 commits into from
Jul 22, 2024

Conversation

troyraen
Copy link
Contributor

@troyraen troyraen commented Jul 22, 2024

Closes #57

CHANGELOG

Added

  • Add class attributes Table.query, Table.schema.
  • Add bigquery.Client class.
  • 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

@troyraen troyraen force-pushed the issues/57/query-bigquery branch from e789684 to d7dd9ab Compare July 22, 2024 15:06
@troyraen troyraen marked this pull request as ready for review July 22, 2024 15:33
@troyraen troyraen merged commit 017204c into main Jul 22, 2024
10 checks passed
@troyraen troyraen deleted the issues/57/query-bigquery branch July 22, 2024 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add query support to bigquery.Table
1 participant