다음을 통해 공유


Azure Data Factory 및 Azure Synapse에서 Azure Database for PostgreSQL 커넥터 관련 문제를 해결합니다.

적용 대상: Azure Data Factory Azure Synapse Analytics

기업용 올인원 분석 솔루션인 Microsoft Fabric의 Data Factory를 사용해 보세요. Microsoft Fabric은 데이터 이동부터 데이터 과학, 실시간 분석, 비즈니스 인텔리전스 및 보고에 이르기까지 모든 것을 다룹니다. 무료로 새 평가판을 시작하는 방법을 알아봅니다!

이 문서에서는 Azure Data Factory 및 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, 표준 시간대가 있거나 없는 타임스탬프, 표준 시간대 또는 날짜 데이터 형식이 없는 시간을 사용하여 파티션 열을 선택합니다.

오류 코드: AzurePostgreSqlNpgsqlPartitionColumnNameNotProvided

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

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

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