google-bigquery - 使用 BigQuery 的 API 插入和更新数据

标签 google-bigquery

每次用户打开应用程序并登录 Facebook 时,我都会尝试从移动应用程序插入和更新数据。

是否可以使用 BigQuery 的 API 从表中插入和更新特定行?如果没有,是否有替代解决方案?

提前致谢!

最佳答案

您可以使用Job.insert API发布DML查询更新特定行

请注意:BigQuery 并非专为交易而设计 - 因此请仔细阅读 quotaspricing

关于google-bigquery - 使用 BigQuery 的 API 插入和更新数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43372820/

相关文章:

google-bigquery - Apache Beam BigQueryIO写入速度慢

postgresql - 将 PostgreSQL 表流式传输到 Google BigQuery

google-bigquery - BigQuery - 合并表

python - 使用 Dataflow 批量插入到 Bigquery

google-bigquery - 避免在bigquery中重复

google-bigquery - 权限错误,将表格从Google BigQuery导出到Google Cloud Storage

google-bigquery - 大查询 : Intrigued by error message

python - 具有结构数组的 Bigquery python SchemaField()

google-bigquery - BigQuery 高效查询最新表

android - 是否可以将 firebase 自定义属性分析设置为数组?