Slide 13
Slide 13 text
ΧϥϜՃ
• patch_table (or update_table) API ͰͰ͖Δ
client.patch_table(project_id, dataset_id, table_id, {
schema: {
fields: [
{name:"time", type:"TIMESTAMP", mode:"NULLABLE"},
{name:"id", type:"INTEGER", mode:"NULLABLE"},
]
}
})
google-api-ruby-client