排查 Azure 数据工厂和 Azure Synapse 中的 Azure Database for PostgreSQL 连接器问题

适用于: Azure 数据工厂 Azure Synapse Analytics

提示

试用 Microsoft Fabric 中的数据工厂,这是一种适用于企业的一站式分析解决方案。 Microsoft Fabric 涵盖从数据移动到数据科学、实时分析、商业智能和报告的所有内容。 了解如何免费开始新的试用

本文提供了一些建议,用于排查 Azure 数据工厂和 Azure Synapse 中常见的 Azure Database for PostgreSQL 连接器问题。

错误代码:AzurePostgreSqlNpgsqlDataTypeNotSupported

  • 消息The data type of the chosen Partition Column, '%partitionColumn;', is '%dataType;' and this data type is not supported for partitioning.

  • 建议:选择包含 int、bigint、smallint、serial、bigserial、smallserial、timestamp(带或不带时区、不带时区或日期数据类型的时间)的分区列。

错误代码:AzurePostgreSqlNpgsqlPartitionColumnNameNotProvided

  • 消息Partition column name must be specified.

  • 原因:未提供分区列名称,并且无法自动确定该名称。

尝试通过以下资源获得故障排除方面的更多帮助: