【问题标题】:How can I read google-cloud-storage file's metadata from BigQuery如何从 BigQuery 读取 google-cloud-storage 文件的元数据
【发布时间】:2020-11-14 07:10:15
【问题描述】:

我的 google-cloud 存储中有一个 csv 文件,并且我在这个文件上有一些自定义元数据。我想从我的 BigQuery 中读取此元数据。这可能吗。如果是这样,请告诉我应该怎么做。

【问题讨论】:

  • 为什么需要访问元数据。你想做什么?

标签: google-cloud-platform google-bigquery metadata bq


【解决方案1】:

使用 BigQuery,无法查询外部 API。您只能处理 bigquery 可访问的数据(本机表、google drive 文件、GCS 文件、BigTable 表和 Cloud SQL 请求),而不能执行 API 调用,例如获取文件元数据。

你只能知道file name,不能更多。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2019-10-10
    • 2018-07-22
    • 2016-04-25
    • 2019-11-17
    • 1970-01-01
    • 2020-03-26
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多