다음을 통해 공유


Microsoft Fabric의 Data Factory에서 Azure Database for PostgreSQL 커넥터 문제 해결

이 문서에서는 Microsoft Fabric의 Data Factory에서 Azure Database for PostgreSQL 커넥터와 관련된 일반적인 문제를 해결하기 위한 제안 사항을 제공합니다.

오류 코드: 23704 - 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, 표준 시간대가 있거나 없는 타임스탬프, 표준 시간대가 없는 시간 또는 날짜 데이터 형식을 사용하여 파티션 열을 선택합니다.

오류 코드: 23705 - AzurePostgreSqlNpgsqlPartition열이름제공되지않음

  • 메시지: Partition column name must be specified.

  • 원인: 파티션 열 이름이 제공되지 않았으며 자동으로 결정될 수 없습니다.

자세한 문제 해결 도움말은 다음 리소스를 참조하세요.