【发布时间】:2020-02-07 00:47:37
【问题描述】:
我正在使用 AWS Glue 执行从 Postgres 到 Redshift 的 ETL。我已经导入了一个带有 Crawler 的表并创建了一个 Job 来传输数据并在 Redshift 中创建一个新表。我明白了:
An error occurred while calling o65.getDynamicFrame. ERROR: column "id" does not exist
在原始表中,该列是“Id”,区分大小写。有没有办法让 Glue 区分大小写? (我无权更改 postgres 架构)。
【问题讨论】: