Labelbox Connector for BigQuery
Project description
Labelbox Connector for Google BigQuery
Access the Labelbox Connector for Google BigQuery to easily perform the following functionalities:
lbbq.client.create_data_rows_from_table
: Creates Labelbox data rows (and metadata) given a BigQuery tablelbbq.client.create_table_from_dataset
: Creates a BigQuery table given a Labelbox datasetlbbq.client.upsert_table_metadata
: Updates BigQuery table metadata columns given a Labelbox datasetlbbq.client.upsert_labelbox_metadata
: Updates Labelbox metadata given a BigQuery table
The Demo code supplied in this Github is designed to run in a Google Colab, but the code can be adapted to any notebook environment.
Labelbox is the enterprise-grade training data solution with fast AI enabled labeling tools, labeling automation, human workforce, data management, a powerful API for integration & SDK for extensibility. Visit Labelbox for more information.
This library is currently in beta. It may contain errors or inaccuracies and may not function as well as commercially released software. Please report any issues/bugs via Github Issues.
Table of Contents
Requirements
- Google Cloud BigQuery Authenticated Client
- Google BigQuery SDK
- Labelbox account
- Generate a Labelbox API key
Configuration
Install Labelbox-BigQuery to your Python environment. The installation will also add the Labelbox SDK and BigQuery SDK.
pip install labelboxbigquery
import labelboxbigquery
Use
The client
class requires the following arguments:
lb_api_key
= Labelbox API Keygoogle_key
= Google Service Account Permissions dict, how to create one heregoogle_project_name
= Google Project ID / Name
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file labelboxbigquery-0.1.7.tar.gz
.
File metadata
- Download URL: labelboxbigquery-0.1.7.tar.gz
- Upload date:
- Size: 14.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c9b5e67105266603f1fb836e83487aa5b736765ef7dea7f6eb49910b4608867 |
|
MD5 | 08cfb10744bb968c26ef0b44b5334427 |
|
BLAKE2b-256 | fcb33ab95a437a9868c73bfce3b6acd30677a4910e4b1be1ea67d863d4cb928c |
File details
Details for the file labelboxbigquery-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: labelboxbigquery-0.1.7-py3-none-any.whl
- Upload date:
- Size: 14.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cffb321880c205867a3fd30975f7cec274e84425bd982c517eb74d8a7ea4b041 |
|
MD5 | 56f5552b29028eb0fbc7af5075e34841 |
|
BLAKE2b-256 | e49fc815411ecf1d175dafc620de0f64995b888e5d27737d88db9a5fffa08bfc |