Bigquery
Name: | flytekitplugins-bigquery |
Version: | 0.0.0+develop |
Author: | admin@flyte.org |
Provides: |
flytekitplugins.bigquery |
Requires: |
flytekit>1.10.7 google-cloud-bigquery>=3.21.0 google-cloud-bigquery-storage>=2.25.0 flyteidl>1.10.7 |
Python: | >=3.9 |
License: | apache2 |
Source Code: | https://github.com/flyteorg/flytekit/tree/master/plugins/flytekit-bigquery |
- Intended Audience :: Science/Research
- Intended Audience :: Developers
- License :: OSI Approved :: Apache Software License
- Programming Language :: Python :: 3.9
- Programming Language :: Python :: 3.10
- Topic :: Scientific/Engineering
- Topic :: Scientific/Engineering :: Artificial Intelligence
- Topic :: Software Development
- Topic :: Software Development :: Libraries
- Topic :: Software Development :: Libraries :: Python Modules
BigQuery enables us to build data-intensive applications without operational burden. Flyte backend can be connected with the BigQuery service. Once enabled, it can allow you to query a BigQuery table.
To install the plugin, run the following command:
pip install flytekitplugins-bigquery
To configure BigQuery in the Flyte deployment’s backend, follow the configuration guide.