Devart Python Connector for Google

DB-API connector for Google BigQuery

Publisher

Devart

Average rating

Deze score is berekend door AI op basis van publiek beschikbare informatie.
5 / 5

About this software

Python Connector for Google BigQuery is a DB-API 2.0-compatible Python package for connecting Python applications to Google BigQuery. Distributed as a wheel for Windows, it supports BigQuery SQL dialect, data types, and query syntax. The connector supports Python 3.7–3.13 and integrates with SQLAlchemy and pandas. Features include connection pooling, local caching, Unicode support, and configurable data type mapping. Installation and activation instructions, connection parameters, and usage examples are provided in the publisher documentation.

Purchase

Devart Python Connector for Google

Devart Python Connector for Google
In Stock
Delivery: 1 working day
Loading...
€594.29
Free and without obligation

Do you need more information or looking for another license?

Benefits

  • DB-API 2.0 compliance: Implements Python DB API 2.0 for standard database access.
  • BigQuery SQL support: Supports BigQuery SQL dialects, functions, and data types.
  • Python ecosystem integration: Works with SQLAlchemy and pandas for downstream workflows.
  • Performance features: Offers connection pooling and local caching for faster access.
  • Windows wheel distribution: Distributed as wheel packages for Windows 32-bit and 64-bit.

Available languages

  • English

Support information

  • Documentation and guides: Product docs include installation, connection parameters, and usage examples on the publisher site.
  • Technical support portal: Submit support requests and track issues via the publisher's support center and contact form.
  • Community forum access: Join the Python Connectors Forum to ask questions and find community solutions.
  • License activation instructions: Follow activation and license key steps in the product documentation to activate purchased licenses.
  • Release notes and updates: A What's New page lists version changes and added features with release dates.

Frequently asked questions

What Python versions are supported?
The connector supports Python 3.7 through 3.13 according to the publisher compatibility documentation.
Which operating systems are supported by this connector?
Publisher documentation lists support for Windows 32-bit, Windows 64-bit, and Windows Server platforms.
How does the connector authenticate to BigQuery?
Authentication uses OAuth 2.0; the module can obtain and accept a RefreshToken via signin(), which is passed to connect().
How do I install the connector in my environment?
Install from PyPI with pip install devart-bigquery-connector or install a wheel file downloaded from the publisher.
Does it implement the Python DB API standard?
Yes, the connector fully implements Python DB API 2.0 and provides connection and cursor objects for SQL execution.