【发布时间】: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