Skip to content

BigQuery-Python Release 0.0.6

Compare
Choose a tag to compare
@tylertreat tylertreat released this 05 Aug 02:25
· 282 commits to master since this release
  • New client methods for managing datasets:
    • get_datasets
    • get_dataset
    • create_dataset
    • delete_dataset
    • update_dataset
    • patch_dataset
    • schema_from_record
  • New schema_builder module for building table schemas
  • Make insert_id_key an optional field on push_rows
  • Travis CI support