Skip to content

Commit 3ff1d3c

Browse files
authored
Update transform-data-using-script.md
Add support of Azure Database for PostgreSQL
1 parent 004cf4e commit 3ff1d3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/data-factory/transform-data-using-script.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ You can use the Script activity to invoke a SQL script in one of the following d
2525
- SQL Server Database. If you are using SQL Server, install Self-hosted integration runtime on the same machine that hosts the database or on a separate machine that has access to the database. Self-Hosted integration runtime is a component that connects data sources on-premises/on Azure VM with cloud services in a secure and managed way. See the [Self-hosted integration runtime](create-self-hosted-integration-runtime.md) article for details.
2626
- Oracle
2727
- Snowflake
28+
- Azure Database for PostgreSQL
2829

2930
The script can contain either a single SQL statement or multiple SQL statements that run sequentially. You can use the Script task for the following purposes:
3031

0 commit comments

Comments
 (0)