This repository was archived by the owner on Jul 29, 2024. It is now read-only.
0.1.1
Labelbox-BigQuery launch includes the following:
- client.py - this has 4 core functions:
- create_data_rows_from_table : Creates Labelbox data rows (and metadata) given a BigQuery table
- create_table_from_dataset : Creates a BigQuery table given a Labelbox dataset
- upsert_table_metadata : Updates BigQuery table metadata columns given a Labelbox dataset
- upsert_labelbox_metadata : Updates Labelbox metadata given a BigQuery table
- Release also includes a sample notebook that showcases the execution of these different functions