This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Releases: Labelbox/labelbox-bigquery
Releases · Labelbox/labelbox-bigquery
0.1.9
0.1.8
What's Changed
- Create SECURITY.md by @abacchilb in #8
- DEVOPS-3097 - adding slsa metadata by @abacchilb in #9
Full Changelog: 0.1.07...0.1.8
0.1.07
Update setup.py
0.1.06
Publishing export_to_table
Export to Table Functionality
Merge pull request #5 from Labelbox/raphaeljafriLB-patch-1 Update setup.py
0.1.04
Added "export_to_table" function
0.1.03
Bug fixes for import
0.1.2
- Bug Fix: Enforced that global keys in labelboxbigquery.Client.__check_global_keys() are all strings
- Feature Request: Made labelboxbigquery.Client() input argument
bq_creds
optional, defaulting toNone
when initiating the BigQuery Client connection in labelboxbigquery.Client.init()
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