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

本文提供了一些建议,用于排查 Microsoft Fabric 数据工厂中常见的 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.

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

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