Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Releases: Labelbox/labelbox-bigquery

0.1.9

29 Jul 17:24
ab188cd
Compare
Choose a tag to compare

This will be the last release please review https://docs.labelbox.com/docs/deprecations

0.1.8

10 Jun 16:13
ce17728
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.07...0.1.8

0.1.07

02 Apr 16:01
86c69f2
Compare
Choose a tag to compare
Update setup.py

0.1.06

02 Apr 15:53
60c0078
Compare
Choose a tag to compare

Publishing export_to_table

Export to Table Functionality

29 Mar 17:12
6a83b9e
Compare
Choose a tag to compare
Merge pull request #5 from Labelbox/raphaeljafriLB-patch-1

Update setup.py

0.1.04

13 Mar 19:01
b202875
Compare
Choose a tag to compare

Added "export_to_table" function

0.1.03

11 Feb 00:21
13d459f
Compare
Choose a tag to compare

Bug fixes for import

0.1.2

13 Dec 22:06
7607f59
Compare
Choose a tag to compare
  • 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 to None when initiating the BigQuery Client connection in labelboxbigquery.Client.init()

0.1.1

13 Dec 18:48
1286429
Compare
Choose a tag to compare

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