Skip to content

BigQuery-Python Release 0.1.0

Compare
Choose a tag to compare
@tylertreat tylertreat released this 31 Oct 22:55
· 218 commits to master since this release
  • Add support for exporting table data to Cloud Storage
  • Add support for writing query results to tables
  • Add delete_dataset flag to force dataset deletion even if it contains data
  • get_datasets now returns a list
  • Expose API at top-level module
  • Fix bug in get_datasets where no datasets would result in an exception
  • check_job now returns an int for total rows instead of a string
  • Remove module logger and just use standard logger
  • Add swallow_results flag on get_client allows the actual BigQuery responses to be returned
  • Add get_table method to retrieve a table definition