Skip to content

Release google-cloud-bigquery 1.19.0

Choose a tag to compare

@yoshi-automation yoshi-automation released this 12 Feb 00:16
9fbc94c

Features

  • Add Routine
    • Add Dataset#create_routine
    • Add Argument
    • Update StandardSql classes to expose public initializer
    • Add Data#ddl_target_routine and QueryJob#ddl_target_routine
  • Allow row inserts to skip insert_id generation
    • Streaming inserts using an insert_id are not able to be inserted as fast as inserts without an insert_id
    • Add the ability for users to skip insert_id generation in order to speed up the inserts
    • The default behavior continues to generate insert_id values for each row inserted
    • Add yield documentation for Dataset#insert