【问题标题】:CloudSQL PostgreSQL Import Query ERROR Cloud Data FusionCloudSQL PostgreSQL 导入查询错误 Cloud Data Fusion
【发布时间】:2023-01-31 02:15:34
【问题描述】:

我正在使用 CloudSQL PostgreSQL 通过 Cloud Data Fusion 导出 BigQuery 数据。这是表名为“参数”的简单导入查询。

但是我收到有关向查询添加条件的错误。我不认为当我们指定 number of splits = 1 时,我们不需要在查询中指定任何内容,但在这里:

Could not find the clause substitution token $CONDITIONS in the query: [SELECT * FROM parameters;]. Parallel splits may not work correctly.

如何将数据从 Cloud SQL 移动到 BigQuery?

【问题讨论】:

    标签: postgresql google-bigquery google-cloud-data-fusion


    【解决方案1】:

    将此 WHERE 子句添加到查询 WHERE $CONDITIONS 的末尾,对我有用。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-12-10
      • 2021-01-29
      • 2020-07-19
      • 2022-01-26
      • 2022-08-19
      • 2020-02-09
      • 2021-08-11
      • 2019-11-10
      相关资源
      最近更新 更多