Enhancements:
- Support clustered table
Enhancements:
- Support newly added location option of google-api-ruby-client.
Enhancements:
- Support more authentication methods such as oauth, compute_engine, application_default
Enhancements:
- Support google-api-ruby-client >= v0.11.0
Enhancements:
- Accept DATE, DATETIME, TIME as column types
Enhancements:
- Support migrate_partitioned_table
Fixes:
- Fix list_table_data for when a value is an empty hash
Fixes:
- Prohibit to create a table with empty columns
- Create a table only if a table does not exist
Fixes:
- Fix empty hash to nil for list table data
Enhancements:
- Support record type and repeated mode for list table data
Fixes:
- Fix to allow downcase type and mode
Enhancements:
- Support new BYTES types
- Add exe/bq-migrate as an alias to exe/bq_migrate
Changes:
- Genearate job_id on client side as google recommends
Changes:
- Expose wait_load method
Initial release