1

我想使用 Tableau 分析来自 AWS DocumentDB 的一些数据。我使用MongoDB BI连接器,网络访问成功。但是当我在 Tableau 中打开工作表时。有些领域没有问题,但有些领域做得不好。错误详情如下:

[MySQL][ODBC 8.0(w) Driver][mysqld-5.7.12 mongosqld v2.13.3]error running aggregation: Aggregation project operator not supported: '$literal'
SELECT SUM(1) AS `sum_Number of Records_ok`
FROM `OrderGroup`
HAVING (COUNT(1) > 0)

如您所见,SQL 查询不包含$literal. AWS DocumentDB也$literal支持。 https://docs.aws.amazon.com/documentdb/latest/developerguide/mongo-apis.html 非常感谢您阅读我的问题。

4

1 回答 1

0

$literal 支持于 2021 年 10 月添加到 DocumentDB ( https://aws.amazon.com/about-aws/whats-new/2021/10/amazon-documentdb-adds-additional-mongodb-compatibility-apis/ )。

于 2022-02-17T21:21:56.453 回答