【问题标题】:Google bigQuery latest revision谷歌 bigQuery 最新版本
【发布时间】:2013-03-15 10:12:56
【问题描述】:

作为一名 maven 用户,我想知道在哪里可以找到 最新 bigQuery 修订版。

实际上我正在从Api wiki on code.google.com 中检索它,但不确定这是指定的最新的:

注意:服务器上的最新修订号 (rev#) 可能略高于此处指定的值。

我问这个问题是因为我读到 the article posted yesterday (14/03) 宣布 BQ 有一些变化,比如引入 TIMESTAMP 字段,但我无法使用以下修订版使其工作

v2-rev67-1.13.2-beta

【问题讨论】:

  • 我的时间戳数据因格式错误而被拒绝,但我仍然想知道在哪里可以找到最新的 rev :)

标签: google-bigquery google-api-java-client


【解决方案1】:

刚刚于 2013 年 3 月 13 日更新了 Maven 存储库。

有关最新 Java 库的信息在这里: https://google-api-client-libraries.appspot.com/apis/bigquery/v2?lang=java

示例 pom.xml 添加:

<repositories>
    <repository>
      <id>google-api-services</id>
      <url>http://google-api-client-libraries.appspot.com/mavenrepo/</url>
    </repository>
  </repositories>
  ...
  <dependencies>
    <dependency>
      <groupId>com.google.apis</groupId>
      <artifactId>google-api-services-bigquery</artifactId>
      <version>v2-rev67-1.13.2-beta</version>
    </dependency>
  </dependencies>

【讨论】:

    猜你喜欢
    • 2013-09-22
    • 1970-01-01
    • 1970-01-01
    • 2012-05-13
    • 1970-01-01
    • 2021-10-18
    • 1970-01-01
    • 2021-02-19
    • 1970-01-01
    相关资源
    最近更新 更多