You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: to_gbq uses Parquet by default, use api_method="load_csv" for old behavior (#413)
* avoid parquet for older pandas
docs: deprecate `chunksize` when used with load jobs
* keep `chunksize` for future use in streaming APIs
deps: explicitly require `pyarrow >= 3.0`
* mention pyarrow as a dependency
* add pyarrow to conda deps
deps: explicitly require `numpy >= 1.16.6`
* update minimum numpy
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
This module requires following additional dependencies:
39
39
40
40
- `pydata-google-auth <https://github.com/pydata/pydata-google-auth>`__: Helpers for authentication to Google's API
41
+
- `pyarrow <https://arrow.apache.org/docs/python/>`__: Format for getting data to/from Google BigQuery
41
42
- `google-auth <https://github.com/GoogleCloudPlatform/google-auth-library-python>`__: authentication and authorization for Google's API
42
43
- `google-auth-oauthlib <https://github.com/GoogleCloudPlatform/google-auth-library-python-oauthlib>`__: integration with `oauthlib <https://github.com/idan/oauthlib>`__ for end-user authentication
43
44
- `google-cloud-bigquery <https://googleapis.dev/python/bigquery/latest/index.html>`__: Google Cloud client library for BigQuery
0 commit comments