使用 Azure Data Factory 或 Synapse Analytics 從 PostgreSQL 複製資料
適用於:Azure Data Factory Azure Synapse Analytics
提示
試用 Microsoft Fabric 中的 Data Factory,這是適用於企業的全方位分析解決方案。 Microsoft Fabric 涵蓋從資料移動到資料科學、即時分析、商業智慧和報告的所有項目。 了解如何免費開始新的試用!
本文概述如何使用 Azure Data Factory 和 Synapse Analytics 管線中的複製活動,以從 PostgreSQL 資料庫複製資料。 本文是根據複製活動概觀一文,該文提供複製活動的一般概觀。
重要
新的 PostgreSQL 連接器會提供改良的原生 PostgreSQL 支援。 如果您在解決方案中使用舊版 PostgreSQL 連接器,請在 2024 年 10 月 31 日之前升級 PostgreSQL 連接器。 如需舊版與最新版本之間差異的詳細資料,請參閱本節。
支援的功能
此 PostgreSQL 連接器支援下功能:
支援的功能 | IR |
---|---|
複製活動 (來源/-) | ① ② |
查閱活動 | ① ② |
① Azure 整合執行階段 ② 自我裝載整合執行階段
如需複製活動所支援作為來源/接收器的資料存放區清單,請參閱支援的資料存放區表格。
具體而言,這個 PostgreSQL 連接器支援 PostgreSQL 7.4 版和更新版本。
必要條件
如果您的資料存放區位於內部部署網路、Azure 虛擬網路或 Amazon 虛擬私人雲端中,則必須設定自我裝載整合執行階段以與其連線。
如果您的資料存放區是受控雲端資料服務,則可使用 Azure Integration Runtime。 如果只能存取防火牆規則中核准的 IP,您可以將 Azure Integration Runtime IP 新增至允許清單。
您也可以使用 Azure Data Factory 中的受控虛擬網路整合執行階段功能來存取內部部署網路,而不需要安裝和設定自我裝載整合執行階段。
如需 Data Factory 支援的網路安全性機制和選項的詳細資訊,請參閱資料存取策略。
Integration Runtime 從版本 3.7 開始提供內建的 PostgreSQL 驅動程式,因此您不需要手動安裝任何驅動程式。
開始使用
若要透過管線執行複製活動,您可以使用下列其中一個工具或 SDK:
使用 UI 建立 PostgreSQL 的連結服務
使用下列步驟,在 Azure 入口網站 UI 中建立 PostgreSQL 的連結服務。
前往 Azure Data Factory 或 Synapse 工作區的 [管理] 索引標籤,選取 [連結服務],然後按一下 [新增]:
搜尋 Postgre 並選取 PostgreSQL 連接器。
設定服務詳細資料,測試連線,然後建立新的連結服務。
連接器設定詳細資料
下列各節提供屬性的相關詳細資料,這些屬性是用來定義 PostgreSQL 連接器專屬的 Data Factory 實體。
連結服務屬性
以下是針對 PostgreSQL 已連結服務支援的屬性:
屬性 | 描述 | 必要 |
---|---|---|
type | 類型屬性必須設為:PostgreSqlV2 | Yes |
伺服器 | 指定 PostgreSQL 執行所在的主機名稱和選擇性連接埠。 | Yes |
port | PostgreSQL 伺服器的 TCP 連接埠。 | No |
database | 要連線的 PostgreSQL 資料庫。 | Yes |
username | 要連線的使用者名稱。 如果使用 IntegratedSecurity,則不需要。 | Yes |
password | 用以連線的密碼。 如果使用 IntegratedSecurity,則不需要。 | Yes |
sslMode | 根據伺服器支援,控制是否使用 SSL。 - 停用:SSL 已停用。 如果伺服器需要 SSL,連線將會失敗。 - 允許:如果伺服器允許非 SSL 連線,則偏好使用非 SSL 連線,但允許 SSL 連線。 - 偏好:如果伺服器允許 SSL 連線,則偏好使用 SSL 連線,但允許非 SSL 連線。 - 需要:如果伺服器不支援 SSL,連線會失敗。 - Verify-ca:如果伺服器不支援 SSL,則連線失敗。 也會驗證伺服器憑證。 - Verify-full:如果伺服器不支援 SSL,則連線失敗。 也會使用主機的名稱驗證伺服器憑證。 選項:停用 (0) / 允許 (1) / 偏好 (2) (預設) / 需要 (3) / Verify-ca (4) / Verify-full (5) |
No |
authenticationType | 連線到資料庫的驗證類型。 僅支援 [基本]。 | Yes |
connectVia | 用於連線到資料存放區的 Integration Runtime。 深入了解必要條件一節。 如果未指定,就會使用預設的 Azure Integration Runtime。 | No |
其他連線屬性: | ||
schema | 設定架構描述搜尋路徑。 | No |
共用 | 是否應該使用連線共用。 | No |
connectionTimeout | 在終止嘗試並產生錯誤前嘗試建立連線的等待時間 (秒)。 | No |
commandTimeout | 在終止嘗試並產生錯誤前嘗試執行命令的等待時間 (秒)。 設定為零表示無限大。 | No |
trustServerCertificate | 是否無需驗證伺服器憑證就信任它。 | No |
sslCertificate | 要傳送至伺服器的客戶端憑證位置。 | No |
sslKey | 要傳送至伺服器的客戶端憑證的用戶端金鑰的位置。 | No |
sslPassword | 用戶端憑證金鑰的密碼。 | No |
readBufferSize | 決定讀取時,Npgsql 所使用的內部緩衝區大小。 如果從資料庫傳輸大型值,增加可能會改善效能。 | No |
logParameters | 啟用時,會在執行命令時記錄參數值。 | No |
timezone | 取得或設定工作階段時區。 | No |
編碼 | 取得或設定將用來編碼/譯碼 PostgreSQL 字串資料的 .NET 編碼。 | No |
注意
為了在使用自我裝載 Integration Runtime 時透過 ODBC 連線進行完整 SSL 驗證,您必須使用 ODBC 類型連線,而不是明確使用 PostgreSQL 連接器,完成下列設定:
- 在任何 SHIR 伺服器上設定 DSN。
- 將 PostgreSQL 的適當憑證置於 SHIR 伺服器上的 C:\Windows\ServiceProfiles\DIAHostService\AppData\Roaming\postgresql\root.crt 中。 這是 ODBC 驅動程式尋找 > SSL 憑證,以在連線至資料庫時進行驗證的位置。
- 在資料處理站連線中,使用 ODBC 類型連線,而連接字串會指向您在 SHIR 伺服器上建立的 DSN。
範例:
{
"name": "PostgreSqlLinkedService",
"properties": {
"type": "PostgreSqlV2",
"typeProperties": {
"server": "<server>",
"port": 5432,
"database": "<database>",
"username": "<username>",
"password": {
"type": "SecureString",
"value": "<password>"
},
"sslmode": <sslmode>,
"authenticationType": "Basic"
},
"connectVia": {
"referenceName": "<name of Integration Runtime>",
"type": "IntegrationRuntimeReference"
}
}
}
範例:在 Azure Key Vault 中儲存密碼
{
"name": "PostgreSqlLinkedService",
"properties": {
"type": "PostgreSqlV2",
"typeProperties": {
"server": "<server>",
"port": 5432,
"database": "<database>",
"username": "<username>",
"password": {
"type": "AzureKeyVaultSecret",
"store": {
"referenceName": "<Azure Key Vault linked service name>",
"type": "LinkedServiceReference"
},
"secretName": "<secretName>"
}
"sslmode": <sslmode>,
"authenticationType": "Basic"
},
"connectVia": {
"referenceName": "<name of Integration Runtime>",
"type": "IntegrationRuntimeReference"
}
}
}
資料集屬性
如需可用來定義資料集的區段和屬性完整清單,請參閱資料集一文。 本節提供 PostgreSQL 資料集所支援的屬性清單。
若要從 PostgreSQL 複製資料,以下是支援的屬性:
屬性 | 描述 | 必要 |
---|---|---|
type | 資料集的類型屬性必須設定為:PostgreSqlV2Table | Yes |
schema | 結構描述的名稱。 | 否 (如果已指定活動來源中的「查詢」) |
table | 資料表的名稱。 | 否 (如果已指定活動來源中的「查詢」) |
範例
{
"name": "PostgreSQLDataset",
"properties":
{
"type": "PostgreSqlV2Table",
"linkedServiceName": {
"referenceName": "<PostgreSQL linked service name>",
"type": "LinkedServiceReference"
},
"annotations": [],
"schema": [],
"typeProperties": {
"schema": "<schema name>",
"table": "<table name>"
}
}
}
如果您使用 RelationalTable
具型別資料集,雖然仍照現狀支援,但建議您往後使用新的版本。
複製活動屬性
如需可用來定義活動的區段和屬性完整清單,請參閱管線一文。 本節提供 PostgreSQL 來源所支援的屬性清單。
PostgreSQL 作為來源
若要從 PostgreSQL 複製資料,複製活動 [來源] 區段中支援下列屬性:
屬性 | 描述 | 必要 |
---|---|---|
type | 複製活動來源的類型屬性必須設定為:PostgreSqlV2Table | Yes |
query | 使用自訂 SQL 查詢來讀取資料。 例如: "query": "SELECT * FROM \"MySchema\".\"MyTable\"" 。 |
否 (如果已指定資料集中的 "tableName") |
注意
結構描述和資料表名稱會區分大小寫。 在查詢中以 ""
(雙引號) 括住它們。
範例:
"activities":[
{
"name": "CopyFromPostgreSQL",
"type": "Copy",
"inputs": [
{
"referenceName": "<PostgreSQL input dataset name>",
"type": "DatasetReference"
}
],
"outputs": [
{
"referenceName": "<output dataset name>",
"type": "DatasetReference"
}
],
"typeProperties": {
"source": {
"type": "PostgreSqlV2Source",
"query": "SELECT * FROM \"MySchema\".\"MyTable\""
},
"sink": {
"type": "<sink type>"
}
}
}
]
如果您使用 RelationalSource
具型別來源,雖然仍照現狀支援,但建議您往後使用新的版本。
PostgreSQL 的資料類型對應
從 PostgreSQL 複製資料時,從 PostgreSQL 資料類型到服務內部使用的過渡資料類型,皆會使用下列對應。 請參閱結構描述和資料類型對應,以了解複製活動如何將來源結構描述和資料類型對應至接收器。
PostgreSQL 資料類型 | 過渡期服務資料類型 | PostgreSQL 的過渡服務資料類型 (舊版) |
---|---|---|
SmallInt |
Int16 |
Int16 |
Integer |
Int32 |
Int32 |
BigInt |
Int64 |
Int64 |
Decimal (精確度 <= 28) |
Decimal |
Decimal |
Decimal (精確度 > 28) |
不支援 | String |
Numeric |
Decimal |
Decimal |
Real |
Single |
Single |
Double |
Double |
Double |
SmallSerial |
Int16 |
Int16 |
Serial |
Int32 |
Int32 |
BigSerial |
Int64 |
Int64 |
Money |
Decimal |
String |
Char |
String |
String |
Varchar |
String |
String |
Text |
String |
String |
Bytea |
Byte[] |
Byte[] |
Timestamp |
DateTime |
DateTime |
Timestamp with time zone |
DateTime |
String |
Date |
DateTime |
DateTime |
Time |
TimeSpan |
TimeSpan |
Time with time zone |
DateTimeOffset |
String |
Interval |
TimeSpan |
String |
Boolean |
Boolean |
Boolean |
Point |
String |
String |
Line |
String |
String |
Iseg |
String |
String |
Box |
String |
String |
Path |
String |
String |
Polygon |
String |
String |
Circle |
String |
String |
Cidr |
String |
String |
Inet |
String |
String |
Macaddr |
String |
String |
Macaddr8 |
String |
String |
Tsvector |
String |
String |
Tsquery |
String |
String |
UUID |
Guid |
Guid |
Json |
String |
String |
Jsonb |
String |
String |
Array |
String |
String |
Bit |
Byte[] |
Byte[] |
Bit varying |
Byte[] |
Byte[] |
XML |
String |
String |
IntArray |
String |
String |
TextArray |
String |
String |
NumbericArray |
String |
String |
DateArray |
String |
String |
Range |
String |
String |
Bpchar |
String |
String |
查閱活動屬性
若要了解屬性的詳細資料,請參閱查閱活動。
升級 PostgreSQL 連結服務
以下是可協助您升級 PostgreSQL 連結服務的步驟:
新建 PostgreSQL 連結服務,並藉由參考連結服務屬性加以設定。
最新 PostgreSQL 連結服務的資料類型對應與舊版的不同。 若要了解最新的資料類型對應,請參閱 適用於 PostgreSQL 的資料類型對應 (部分機器翻譯)。
PostgreSQL 與 PostgreSQL (舊版) 之間的差異
下表會顯示 PostgreSQL 與 PostgreSQL (舊版) 之間的資料類型對應差異。
PostgreSQL 資料類型 | PostgreSQL 的過渡服務資料類型 | PostgreSQL 的過渡服務資料類型 (舊版) |
---|---|---|
Money | Decimal | String |
具有時區的時間戳記 | Datetime | String |
具有時區的時間 | DateTimeOffset | String |
間隔 | TimeSpan | String |
BigDecimal | 不支援。 或者,利用 to_char() 函式將 BigDecimal 轉換成 String。 |
String |
相關內容
如需複製活動支援作為來源和接收器的資料存放區清單,請參閱支援的資料存放區。